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`. 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 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/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md index 306a4395f26a..b85842c10358 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md +++ b/content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md @@ -65,7 +65,7 @@ If your instance has subdomain isolation enabled: central - https://repo1.maven.org/maven2 + https://repo.maven.apache.org/maven2 github @@ -107,7 +107,7 @@ If your instance has subdomain isolation disabled: central - https://repo1.maven.org/maven2 + https://repo.maven.apache.org/maven2 github 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. 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 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