From 9240362aa939e89f530ad28092f44ea5a2bafa7f Mon Sep 17 00:00:00 2001 From: Kate Catlin Date: Wed, 2 Jul 2025 12:56:58 -0700 Subject: [PATCH 1/5] Update enterprise policy instructions (#56431) Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com> --- .../github-models-at-scale/manage-models-at-scale.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/github-models/github-models-at-scale/manage-models-at-scale.md b/content/github-models/github-models-at-scale/manage-models-at-scale.md index cb73a5b2e7ac..07fe3fb1babc 100644 --- a/content/github-models/github-models-at-scale/manage-models-at-scale.md +++ b/content/github-models/github-models-at-scale/manage-models-at-scale.md @@ -41,7 +41,9 @@ While {% data variables.product.prodname_github_models %} for organizations and {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.models-policies %} -1. Under "Models", in the "Models in your enterprise" section, click {% octicon "chevron-down" aria-label="the down arrow" %} beside **Disabled** and select **Enabled** from the dropdown. +1. Under "Models", in the "Models in your enterprise" section, click {% octicon "chevron-down" aria-label="the down arrow" %} beside **Disabled** and select one of the following options: + * **Enabled**: Enable {% data variables.product.prodname_github_models %} for all organizations in your enterprise. + * **No policy**: Allow each organization in your enterprise to manage the enablement of {% data variables.product.prodname_github_models %} independently. ## Controlling model usage in your organization From 8670bd66ec46c501bc032e1ac8dd633321aadee5 Mon Sep 17 00:00:00 2001 From: mokshadharma <118926161+mokshadharma@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:57:13 -0400 Subject: [PATCH 2/5] =?UTF-8?q?Added=20Azure=20DevOps=20as=20an=20example?= =?UTF-8?q?=20of=20something=20that=20is=20out=20of=20scope=20fo=E2=80=A6?= =?UTF-8?q?=20(#56447)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- data/reusables/support/scope-of-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/support/scope-of-support.md b/data/reusables/support/scope-of-support.md index 986edfda84bd..81030198e86c 100644 --- a/data/reusables/support/scope-of-support.md +++ b/data/reusables/support/scope-of-support.md @@ -4,6 +4,7 @@ If your support request is outside of the scope of what our team can help you wi * Hardware setup * Hypervisor-related issues, such as OS disk detection, network setup, boot failure, VM console access, etc{% endif %} * CI/CD, such as Jenkins +* Azure DevOps (please contact Azure Support) * Writing scripts * Configuration of external authentication systems, such as SAML identity providers * Open source projects From 60f412b4f3ffad74c8338e065ed432482b9a4c65 Mon Sep 17 00:00:00 2001 From: Larissa Fortuna <56982181+lkfortuna@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:17:04 -0700 Subject: [PATCH 3/5] Windows 2019 deprecation (#56451) --- data/reusables/actions/supported-github-runners.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index e5b8a2fabaa2..1dd76891abef 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -35,8 +35,7 @@ For public repositories, jobs using the workflow labels shown in the table below windows-latest, windows-2025, - windows-2022, - windows-2019 + windows-2022 @@ -125,8 +124,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using windows-latest, windows-2025, - windows-2022, - windows-2019 + windows-2022 From 670aa99adb364c2fd3d0cabdb19bf6652c6b6614 Mon Sep 17 00:00:00 2001 From: Yang Cao Date: Wed, 2 Jul 2025 14:00:34 -0700 Subject: [PATCH 4/5] Add variables permission and make change on GHEC only (#56457) --- .../repository-roles-for-an-organization.md | 12 ++++++++++++ ...issions-statement-secrets-variables-repository.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md index 17b665037eb6..b4f2441c0dbf 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md @@ -99,8 +99,20 @@ Some of the features listed below are limited to organizations using {% data var | {% ifversion fpt or ghec %} | | Create, edit, run, re-run, and cancel [GitHub Actions workflows](/actions) | | | | | | | {% endif %} | +| {% ifversion ghec %} | | Create, update, and delete [GitHub Actions secrets](/actions/security-guides/using-secrets-in-github-actions) on GitHub.com | | | | | | +| {% endif %} | +| {% ifversion fpt or ghes %} | +| Create, update, and delete [GitHub Actions secrets](/actions/security-guides/using-secrets-in-github-actions) on GitHub.com | | | | | | +| {% endif %} | | Create, update, and delete [GitHub Actions secrets](/rest/actions/secrets) using the REST API | | | | | | +| {% ifversion ghec %} | +| Create, update, and delete [GitHub Actions variables](/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) on GitHub.com | | | | | | +| {% endif %} | +| {% ifversion fpt or ghes %} | +| Create, update, and delete [GitHub Actions variables](/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) on GitHub.com | | | | | | +| {% endif %} | +| Create, update, and delete [GitHub Actions variables](/rest/actions/variables) using the REST API | | | | | | | Create and edit releases | | | | | | | View draft releases | | | | | | | Edit a repository's description | | | | | | diff --git a/data/reusables/actions/permissions-statement-secrets-variables-repository.md b/data/reusables/actions/permissions-statement-secrets-variables-repository.md index d9f77937ddc5..0e7a451322e6 100644 --- a/data/reusables/actions/permissions-statement-secrets-variables-repository.md +++ b/data/reusables/actions/permissions-statement-secrets-variables-repository.md @@ -1 +1 @@ -To create secrets or variables on {% data variables.product.prodname_dotcom %} for a personal account repository, you must be the repository owner. To create secrets or variables on {% data variables.product.prodname_dotcom %} for an organization repository, you must have `admin` access. Lastly, to create secrets or variables for a personal account repository or an organization repository through the REST API, you must have collaborator access. +To create secrets or variables on {% data variables.product.prodname_dotcom %} for a personal account repository, you must be the repository owner. To create secrets or variables on {% data variables.product.prodname_dotcom %} for an organization repository, you must have {% ifversion ghec %} `write` {% endif %}{% ifversion fpt or ghes %} `admin` {% endif %} access. Lastly, to create secrets or variables for a personal account repository or an organization repository through the REST API, you must have collaborator access. From 09cc5acbc2e355e1f198b40b03cc914892777506 Mon Sep 17 00:00:00 2001 From: Nhu Do Date: Wed, 2 Jul 2025 17:02:19 -0400 Subject: [PATCH 5/5] Fix rendering (#56459) --- .../best-practices-for-using-copilot-to-work-on-tasks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks.md b/content/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks.md index f5f57a107dc8..d939a065d110 100644 --- a/content/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks.md +++ b/content/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks.md @@ -102,6 +102,7 @@ This is a Go based repository with a Ruby client for certain API endpoints. It i 3. Use dependency injection patterns where appropriate 4. Write unit tests for new functionality. Use table-driven unit tests when possible. 5. Document public APIs and complex logic. Suggest changes to the `docs/` folder when appropriate +``` If you choose not to include a `.github/copilot-instructions.md` file in your repository, {% data variables.product.prodname_copilot_short %} will fall back to pre-existing custom instructions including `CLAUDE.md`, `AGENTS.md` and `GEMINI.md`.