From d822014bbabdf108c29608296e5deb609b285866 Mon Sep 17 00:00:00 2001 From: Peter Kovacs <12162093+eptekov@users.noreply.github.com> Date: Fri, 9 May 2025 00:17:07 -0500 Subject: [PATCH 1/2] Updating Git over HTTP authentication docs for GHES to match actual behavior (#55448) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../about-authentication-to-github.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md b/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md index 38da721f76c4..99b59737372c 100644 --- a/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md +++ b/content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md @@ -116,7 +116,17 @@ You can work with all repositories on {% data variables.product.github %} over H If you authenticate with {% data variables.product.prodname_cli %}, you can either authenticate with a {% data variables.product.pat_generic %} or via the web browser. For more information about authenticating with {% data variables.product.prodname_cli %}, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login). -If you authenticate without {% data variables.product.prodname_cli %}, you must authenticate with a {% data variables.product.pat_generic %}. {% data reusables.user-settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.github %}, you'll be prompted to enter your credentials, unless you cache them with a [credential helper](/get-started/git-basics/caching-your-github-credentials-in-git). +If you authenticate without {% data variables.product.prodname_cli %}, {% ifversion fpt or ghec %}you must authenticate with a {% data variables.product.pat_generic %}. {% data reusables.user-settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.github %}, you'll be prompted to enter your credentials, unless you cache them with a [credential helper](/get-started/git-basics/caching-your-github-credentials-in-git).{% elsif ghes %}you can use authentication methods whose availability depend on your IdP. + +The table outlines the available authentication methods based on the IdP configured for your instance. Different IdPs may impose specific restrictions or enable certain features, such as disabling password authentication. For more details, see [AUTOTITLE](/admin/authentication). + +| IdP | Available authentication methods | More information | +| :- | :- | :- | +| SAML | {% data variables.product.pat_generic_caps %} | Password authentication disabled | +| LDAP | {% data variables.product.pat_generic_caps %} or Username / Password | Password authentication can be disabled by the site administrator | +| Built-in authentication | {% data variables.product.pat_generic_caps %} or Username / Password | Password authentication cannot be disabled | + +{% endif %} ### SSH From e679909db4035fcbaa708b81a2034d7cba491e06 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 9 May 2025 06:49:15 +0100 Subject: [PATCH 2/2] Copilot code review: Support for all languages (#55542) --- .../code-review/using-copilot-code-review.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md index fedb998fa75b..6bd99b998eea 100644 --- a/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md +++ b/content/copilot/using-github-copilot/code-review/using-copilot-code-review.md @@ -74,7 +74,9 @@ When you reach your monthly quota you will not be able to get a code review from ### Language support -{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports the following languages: +{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports all languages. + +The following languages have general availability support: * C * C# @@ -89,7 +91,7 @@ When you reach your monthly quota you will not be able to get a code review from * Swift * TypeScript -Plus {% data variables.release-phases.public_preview %} support for HTML & Text. +All other languages are supported as a {% data variables.release-phases.public_preview %}. {% endwebui %}