Skip to content

Commit 199e0eb

Browse files
Merge branch 'main' into patch-1
2 parents 96b99dd + 67fd1e5 commit 199e0eb

File tree

40 files changed

+539
-314
lines changed

40 files changed

+539
-314
lines changed

content/billing/concepts/budgets-and-alerts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Each budget has a type and a scope that define which paid use contributes to spe
3030
* **Type**: Defines which metered product or SKU is measured.
3131
* **Scope**: Defines whether the budget applies to the whole account, or to a subset of repositories, organizations, or cost centers (enterprise only).
3232

33+
## Budget alerts
34+
35+
You can enable alerts for budgets to receive emails when usage reaches 75%, 90%, and 100% of the budget amount. Emails are sent to account owners and billing managers by default. Additional recipients can be added as needed.
36+
3337
## Your first billing cycle after creating a budget
3438

3539
When you first create a budget, be aware that the budget applies only to metered usage from the date of its creation onwards. Any use made before you created the budget is not included in the calculations. This means that you may exceed your budget in the first billing cycle after you create your budget, even if you select the option stop usage when the limit is reached.

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ shortTitle: Configure
2222
{% data reusables.repositories.sidebar-settings %}
2323
1. In the "Features" section, under **Issues**, click **Set up templates**. You may need to enable **Issues** and refresh the page before you can see the button.
2424

25-
![Screenshot of the "Features" section of a repository's settings, with the "Issues" setting ticked and the green "Set up templates" button visible.](/assets/images/help/repository/set-up-issue-templates-button.png)
25+
![Screenshot of the "Features" section of a repository's settings, with the "Issues" setting ticked and the green "Set up templates" button visible.](/assets/images/help/repository/set-up-issue-templates-button.png)
2626
1. Use the **Add template** dropdown menu, and click on the type of template you'd like to create.
2727

2828
![Screenshot of the "Add template" dropdown menu expanded to show standard templates, "Bug report" and "Feature request," with a "Custom template".](/assets/images/help/repository/add-template-drop-down-menu.png)
2929
1. To preview or edit the template before committing it to the repository, next to the template, click **Preview and edit**.
3030
1. To edit the template, click {% octicon "pencil" aria-label="Edit template" %}, and type in the fields to edit their contents.
3131

3232
![Screenshot of the preview of an issue template. To the right of the template name, a pencil icon is outlined in dark orange.](/assets/images/help/repository/issue-template-edit-button.png)
33-
1. To automatically set a default issue title, assign the issue to people with read access to the repository, or apply labels to issues raised from the template, use the fields under "Optional additional information." You can also add these details in the issue template with `title`, `labels`, or `assignees` in a YAML frontmatter format.
33+
1. To automatically set a default issue title, assign the issue to people with read access to the repository, or apply labels to issues raised from the template, use the fields under "Optional additional information." You can also add these details in the issue template with `title`, `labels`, `type`, or `assignees` in a YAML frontmatter format.
3434
1. When you're finished editing and previewing your template, click **Propose changes** in the upper right corner of the page.
3535
1. In the "Commit message" field, type a commit message describing your changes.
3636
1. Below the commit message fields, select whether to commit your template directly to the default branch, or to create a new branch and open a pull request. For more information about pull requests, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).

content/copilot/concepts/agents/coding-agent/mcp-and-coding-agent.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ The agent can use tools provided by local and remote MCP servers. Some MCP serve
2020

2121
For more information on MCP, see [the official MCP documentation](https://modelcontextprotocol.io/introduction). For information on some of the currently available MCP servers, see [the MCP servers repository](https://github.com/modelcontextprotocol/servers/tree/main).
2222

23-
> [!NOTE]
24-
> * {% data variables.copilot.copilot_coding_agent %} only supports tools provided by MCP servers. It does not support resources or prompts.
25-
> * {% data variables.copilot.copilot_coding_agent %} does not currently support remote MCP servers that leverage OAuth for authentication and authorization.
23+
{% data reusables.copilot.mcp.coding-agent-limitations %}
2624

2725
## Default MCP servers
2826

content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ As a repository administrator, you can configure MCP servers for use within your
2929
> [!WARNING]
3030
> Once you've configured an MCP server, {% data variables.product.prodname_copilot_short %} will be able to use the tools provided by the server autonomously, and will not ask for your approval before using them.
3131
32+
{% data reusables.copilot.mcp.coding-agent-limitations %}
33+
3234
## Adding an MCP configuration to your repository
3335

3436
Repository administrators can configure MCP servers by following these steps:

content/enterprise-onboarding/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ journeyTracks:
4040
- '/enterprise-onboarding/support-for-your-enterprise/understanding-support'
4141
- '/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal'
4242
- '/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements'
43+
- id: 'github_actions'
44+
title: 'Getting started with GitHub Actions'
45+
description: 'Learn how to plan and implement a rollout of {% data variables.product.prodname_actions %} for your enterprise.'
46+
guides:
47+
- '/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises'
48+
- '/enterprise-onboarding/github-actions-for-your-enterprise/understanding-github-actions'
49+
- '/enterprise-onboarding/github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise'
50+
- '/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions'
51+
- '/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud'
52+
- '/enterprise-onboarding/github-actions-for-your-enterprise/security-hardening-for-github-actions'
53+
- '/enterprise-onboarding/github-actions-for-your-enterprise/about-billing-for-github-actions'
54+
- id: 'feature_enhancements'
55+
title: 'Enhancing your experience'
56+
description: 'Take advantage of features available with {% data variables.product.prodname_ghe_cloud %}.'
57+
guides:
58+
- '/enterprise-onboarding/feature-enhancements/about-the-audit-log-for-your-enterprise'
59+
- '/enterprise-onboarding/feature-enhancements/about-access-permissions-on-github'
60+
- '/enterprise-onboarding/feature-enhancements/about-rulesets'
61+
- '/enterprise-onboarding/feature-enhancements/create-a-readme-for-your-enterprise'
62+
- '/enterprise-onboarding/feature-enhancements/about-enterprise-security'
4363
versions:
4464
ghec: '*'
4565
topics:

content/repositories/creating-and-managing-repositories/about-repositories.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,7 @@ People with admin permissions for a repository can change an existing repository
109109
110110
{% endif %}
111111

112-
All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% ifversion fpt or ghec %}outside of the enterprise{% else %}who are not members of any organization{% endif %}, including outside collaborators on organization repositories. For more information, see [AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-members) and [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
113-
114-
{% ifversion ghes %}
115-
116-
> [!NOTE]
117-
> A user must be part of an organization to be an enterprise member and have access to internal repositories. If a user on {% data variables.location.product_location %} is not a member of any organization, that user will not have access to internal repositories.
118-
119-
{% endif %}
112+
Organization members have read permissions to all internal repositories in an enterprise, including those in organizations they are not a member of. Internal repositories are not visible to people {% ifversion fpt or ghec %}outside of the enterprise{% else %}who are not members of any organization{% endif %}, including outside collaborators on organization repositories. For more information, see [AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-members) and [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
120113

121114
{% data reusables.repositories.internal-repo-default %}
122115

content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-default-branch-name-for-your-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create a new repository on {% data variables.product.github %}, the rep
2727

2828
{% data reusables.user-settings.access_settings %}
2929
{% data reusables.user-settings.repo-tab %}
30-
1. In the text field, type the default name that you would like to use for new branches.
30+
1. In the text field, type the default name that you would like to use for new repositories.
3131
1. Click **Update**.
3232

3333
## Further reading

data/reusables/code-scanning/codeql-query-tables/links-to-all-tables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
* [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/javascript-typescript-built-in-queries)
1010
* [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/python-built-in-queries)
1111
* [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/ruby-built-in-queries)
12+
* [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/rust-built-in-queries)
1213
* [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/swift-built-in-queries)

data/reusables/community/issue-forms-sample.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: "[Bug]: "
55
labels: ["bug", "triage"]
66
projects: ["octo-org/1", "octo-org/44"]
77
assignees:
8-
- octocat
8+
- octocat{% ifversion issue-types %}
9+
type: bug{% endif %}
910
body:
1011
- type: markdown
1112
attributes:
@@ -59,7 +60,7 @@ body:
5960
id: terms
6061
attributes:
6162
label: Code of Conduct
62-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
63+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
6364
options:
6465
- label: I agree to follow this project's Code of Conduct
6566
required: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [!NOTE]
2+
> * {% data variables.copilot.copilot_coding_agent %} only supports tools provided by MCP servers. It does not support resources or prompts.
3+
> * {% data variables.copilot.copilot_coding_agent %} does not currently support remote MCP servers that leverage OAuth for authentication and authorization.

0 commit comments

Comments
 (0)