From 8ef9214ee06854e3d76901ad0c0164f2adc3419b Mon Sep 17 00:00:00 2001 From: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:30:17 +0100 Subject: [PATCH 1/4] Add a few missing redirects (#57148) --- content/actions/how-tos/index.md | 2 ++ .../github-hosted-runners/use-github-hosted-runners.md | 1 + .../how-tos/manage-workflow-runs/approve-runs-from-forks.md | 1 + content/actions/how-tos/monitor-workflows/index.md | 1 + .../how-tos/reuse-automations/share-with-your-organization.md | 1 + content/actions/how-tos/troubleshoot-workflows.md | 2 ++ content/actions/tutorials/index.md | 4 ++++ 7 files changed, 12 insertions(+) diff --git a/content/actions/how-tos/index.md b/content/actions/how-tos/index.md index fb519fd0bed2..cc4728a8beba 100644 --- a/content/actions/how-tos/index.md +++ b/content/actions/how-tos/index.md @@ -18,4 +18,6 @@ children: - /troubleshoot-workflows - /administer - /get-support +redirect_from: + - /actions/monitoring-and-troubleshooting-workflows --- diff --git a/content/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md b/content/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md index 251caf5f2761..aecaa7f6ebdc 100644 --- a/content/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md +++ b/content/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners.md @@ -8,6 +8,7 @@ versions: ghec: '*' redirect_from: - /actions/how-tos/using-github-hosted-runners/using-github-hosted-runners + - /actions/using-github-hosted-runners/using-github-hosted-runners --- {% ifversion ghes %} diff --git a/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md b/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md index 8f4eda00b193..6d93ce7cf4a0 100644 --- a/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md +++ b/content/actions/how-tos/manage-workflow-runs/approve-runs-from-forks.md @@ -13,6 +13,7 @@ redirect_from: - /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-public-forks - /actions/how-tos/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-forks - /actions/managing-workflow-runs/approving-workflow-runs-from-private-forks + - /actions/managing-workflow-runs-and-deployments/managing-workflow-runs/approving-workflow-runs-from-private-forks --- Workflow runs triggered by a contributor's pull request from a fork may require manual approval from a maintainer with write access. You can configure workflow approval requirements for a [repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-required-approval-for-workflows-from-public-forks), [organization](/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#configuring-required-approval-for-workflows-from-public-forks), or [enterprise](/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-your-enterprise). diff --git a/content/actions/how-tos/monitor-workflows/index.md b/content/actions/how-tos/monitor-workflows/index.md index 965ab9ddb93e..449963c2b164 100644 --- a/content/actions/how-tos/monitor-workflows/index.md +++ b/content/actions/how-tos/monitor-workflows/index.md @@ -17,5 +17,6 @@ redirect_from: - /actions/concepts/workflows-and-actions/about-monitoring-workflows - /actions/how-tos/monitoring-and-troubleshooting-workflows - /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting + - /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows --- diff --git a/content/actions/how-tos/reuse-automations/share-with-your-organization.md b/content/actions/how-tos/reuse-automations/share-with-your-organization.md index ad0c98ea2b76..decbb38edcfe 100644 --- a/content/actions/how-tos/reuse-automations/share-with-your-organization.md +++ b/content/actions/how-tos/reuse-automations/share-with-your-organization.md @@ -11,6 +11,7 @@ redirect_from: - /actions/creating-actions/sharing-actions-and-workflows-with-your-organization - /actions/sharing-automations/sharing-actions-and-workflows-with-your-organization - /actions/how-tos/sharing-automations/sharing-actions-and-workflows-with-your-organization + - /actions/administering-github-actions/sharing-workflows-secrets-and-runners-with-your-organization --- > [!WARNING] diff --git a/content/actions/how-tos/troubleshoot-workflows.md b/content/actions/how-tos/troubleshoot-workflows.md index 1a6391756821..4e55fdcb9186 100644 --- a/content/actions/how-tos/troubleshoot-workflows.md +++ b/content/actions/how-tos/troubleshoot-workflows.md @@ -11,6 +11,8 @@ redirect_from: - /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows - /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows - /actions/how-tos/troubleshooting-workflows + - /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows + - /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/tutorials/index.md b/content/actions/tutorials/index.md index 1f8918986e25..04497288c7d2 100644 --- a/content/actions/tutorials/index.md +++ b/content/actions/tutorials/index.md @@ -20,4 +20,8 @@ children: redirect_from: - /actions/guides - /actions/how-tos/use-cases-and-examples + - /actions/use-cases-and-examples/project-management/using-github-actions-for-project-management + - /actions/use-cases-and-examples/project-management/moving-assigned-issues-on-project-boards + - /actions/use-cases-and-examples/project-management/removing-a-label-when-a-card-is-added-to-a-project-board-column + - /actions/use-cases-and-examples --- From 4141079369cdfd42efe7783543fdfcca870724c1 Mon Sep 17 00:00:00 2001 From: Lukasz Warchol Date: Wed, 20 Aug 2025 15:20:03 +0200 Subject: [PATCH 2/4] Fixing discrepancies between docs and implementation (#57208) --- .../working-with-advanced-formatting/attaching-files.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md index 4db93edfe82d..826da91b9dac 100644 --- a/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md +++ b/content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md @@ -92,7 +92,6 @@ The following file types are supported for uploads in issue comments, pull reque #### Development and code files -* Binary files (`.bin`) * C files (`.c`) * C# files (`.cs`) * C++ files (`.cpp`) From 26c3e5ec2281879f41bc944501755e5a7b70c425 Mon Sep 17 00:00:00 2001 From: Justin Alex <1155821+jusuchin85@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:36:13 +1000 Subject: [PATCH 3/4] [Improvement]: Ensure that we "literally" mention how GHES SAML authentication flow works (#57205) Co-authored-by: Laura Coursen --- .../configuring-saml-single-sign-on-for-your-enterprise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md b/content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md index d6fbd4bf576d..70b2a105921d 100644 --- a/content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md +++ b/content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md @@ -53,9 +53,9 @@ For more information, see [AUTOTITLE](/organizations/managing-saml-single-sign-o {% elsif ghes %} -SAML SSO allows you to centrally control and secure access to {% data variables.location.product_location %} from your SAML IdP. When an unauthenticated user visits {% data variables.location.product_location %} in a browser, {% data variables.product.github %} will redirect the user to your SAML IdP to authenticate. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.location.product_location %}. {% data variables.product.github %} validates the response from your IdP, then grants access to the user. +SAML SSO allows you to centrally control and secure access to {% data variables.location.product_location %} from your SAML IdP. -After a user successfully authenticates on your IdP, the user's SAML session for {% data variables.location.product_location %} is active in the browser for 24 hours. After 24 hours, the user must authenticate again with your IdP. +If an unauthenticated user attempts to sign in to {% data variables.location.product_location %} and you have disabled [built-in authentication](/admin/identity-and-access-management/managing-iam-for-your-enterprise/allowing-built-in-authentication-for-users-outside-your-provider), {% data variables.product.github %} redirects the user to your SAML IdP for authentication. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.location.product_location %}. {% data variables.product.github %} validates the response from your IdP, then grants access to the user. The user's SAML session is active in the browser for 24 hours. After that, the user must authenticate again with your IdP. {% data reusables.saml.saml-ghes-account-revocation %} From 9c84c836a286ce545f8d3c0c864c3874d7530d4a Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:41:32 +0200 Subject: [PATCH 4/4] Add column with links to model cards (#57184) --- .../reference/ai-models/model-comparison.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content/copilot/reference/ai-models/model-comparison.md b/content/copilot/reference/ai-models/model-comparison.md index a5a963d82e16..5b33434b11f9 100644 --- a/content/copilot/reference/ai-models/model-comparison.md +++ b/content/copilot/reference/ai-models/model-comparison.md @@ -23,20 +23,20 @@ contentType: reference Use this table to find a suitable model quickly, see more detail in the sections below. -| Model | Task area | Excels at (primary use case) | Additional capabilities | -|-------------------------------------------------------|-----------|-------------------------------|--------------------------| -| {% data variables.copilot.copilot_gpt_41 %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, vision | -| {% data variables.copilot.copilot_gpt_5_mini %} | Deep reasoning and debugging | Well-defined tasks and precise prompts | Reasoning | -| {% data variables.copilot.copilot_gpt_5 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning | -| {% data variables.copilot.copilot_o3 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning | -| {% data variables.copilot.copilot_o4_mini %} | Fast help with simple or repetitive tasks | Fast, reliable answers to lightweight coding questions | Lower latency | -| {% data variables.copilot.copilot_claude_opus_41 %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision | -| {% data variables.copilot.copilot_claude_opus %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision | -| {% data variables.copilot.copilot_claude_sonnet_35 %} | Fast help with simple or repetitive tasks | Quick responses for code, syntax, and documentation | Agent mode, vision | -| {% data variables.copilot.copilot_claude_sonnet_37 %} | Deep reasoning and debugging | Structured reasoning across large, complex codebases | Agent mode, vision | -| {% data variables.copilot.copilot_claude_sonnet_40 %} | Deep reasoning and debugging | Performance and practicality, perfectly balanced for coding workflows | Agent mode, vision | -| {% data variables.copilot.copilot_gemini_25_pro %} | Deep reasoning and debugging | Complex code generation, debugging, and research workflows | Reasoning, vision | -| {% data variables.copilot.copilot_gemini_flash %} | Working with visuals (diagrams, screenshots) | Real-time responses and visual reasoning for UI and diagram-based tasks | Vision | +| Model | Task area | Excels at (primary use case) | Additional capabilities | Further reading | +|-------|-----------|-------------------------------|--------------------------|------------------| +| {% data variables.copilot.copilot_gpt_41 %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, vision | [{% data variables.copilot.copilot_gpt_41 %} model card](https://openai.com/index/gpt-4-1/)| +| {% data variables.copilot.copilot_gpt_5_mini %} | Deep reasoning and debugging | Well-defined tasks and precise prompts | Reasoning | Not available | +| {% data variables.copilot.copilot_gpt_5 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning | [{% data variables.copilot.copilot_gpt_5 %} model card](https://cdn.openai.com/pdf/8124a3ce-ab78-4f06-96eb-49ea29ffb52f/gpt5-system-card-aug7.pdf) | +| {% data variables.copilot.copilot_o3 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning | [{% data variables.copilot.copilot_o3 %} model card](https://openai.com/index/o3-o4-mini-system-card/) | +| {% data variables.copilot.copilot_o4_mini %} | Fast help with simple or repetitive tasks | Fast, reliable answers to lightweight coding questions | Lower latency | [{% data variables.copilot.copilot_o4_mini %} model card](https://openai.com/index/o3-o4-mini-system-card/) | +| {% data variables.copilot.copilot_claude_opus_41 %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision | [{% data variables.copilot.copilot_claude_opus_41 %} model card](https://assets.anthropic.com/m/4c024b86c698d3d4/original/Claude-4-1-System-Card.pdf) | +| {% data variables.copilot.copilot_claude_opus %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision | [{% data variables.copilot.copilot_claude_opus %} model card](https://www-cdn.anthropic.com/6be99a52cb68eb70eb9572b4cafad13df32ed995.pdf) | +| {% data variables.copilot.copilot_claude_sonnet_35 %} | Fast help with simple or repetitive tasks | Quick responses for code, syntax, and documentation | Agent mode, vision | [{% data variables.copilot.copilot_claude_sonnet_35 %} model card](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf) | +| {% data variables.copilot.copilot_claude_sonnet_37 %} | Deep reasoning and debugging | Structured reasoning across large, complex codebases | Agent mode, vision | [{% data variables.copilot.copilot_claude_sonnet_37 %} model card](https://assets.anthropic.com/m/785e231869ea8b3b/original/claude-3-7-sonnet-system-card.pdf) | +| {% data variables.copilot.copilot_claude_sonnet_40 %} | Deep reasoning and debugging | Performance and practicality, perfectly balanced for coding workflows | Agent mode, vision | [{% data variables.copilot.copilot_claude_sonnet_40 %} model card](https://www-cdn.anthropic.com/6be99a52cb68eb70eb9572b4cafad13df32ed995.pdf) | +| {% data variables.copilot.copilot_gemini_25_pro %} | Deep reasoning and debugging | Complex code generation, debugging, and research workflows | Reasoning, vision | [{% data variables.copilot.copilot_gemini_25_pro %} model card](https://storage.googleapis.com/model-cards/documents/gemini-2.5-pro.pdf) | +| {% data variables.copilot.copilot_gemini_flash %} | Working with visuals (diagrams, screenshots) | Real-time responses and visual reasoning for UI and diagram-based tasks | Vision | [{% data variables.copilot.copilot_gemini_flash %} model card](https://storage.googleapis.com/model-cards/documents/gemini-2-flash.pdf) | ## Task: General-purpose coding and writing