Skip to content

Commit e5c27be

Browse files
authored
Merge pull request #40357 from github/repo-sync
Repo sync
2 parents cf9428b + 4a1b8be commit e5c27be

File tree

9 files changed

+57
-14
lines changed

9 files changed

+57
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
**11 September 2025**
44

5+
Copilot Chat in VS Code includes a "Manage models" option which allows you to add models from a variety of LLM providers, such as Azure, Anthropic, Google, and xAI. By installing the AI Toolkit for VS Code, you can install even more models from the "Manage models" option. We've updated the documentation to include details of how to use this new feature.
6+
7+
See [Changing the AI model for GitHub Copilot Chat](https://docs.github.com/en/copilot/how-tos/use-ai-models/change-the-chat-model?tool=vscode).
8+
9+
<hr>
10+
11+
**11 September 2025**
12+
513
You can now enable automatic Copilot code review with its own standalone repository rule. We've updated the documentation accordingly.
614

715
See [Configuring automatic code review by GitHub Copilot](https://docs.github.com/copilot/how-tos/use-copilot-agents/request-a-code-review/configure-automatic-review).

content/billing/concepts/cost-centers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ To get started with cost centers, see [AUTOTITLE](/billing/tutorials/use-cost-ce
2323
{% data reusables.billing.cost-center-allocation %}
2424

2525
For more details, see [AUTOTITLE](/billing/reference/cost-center-allocation).
26+
27+
## Cost center limitations
28+
29+
* The maximum number of active cost centers per enterprise is 250.
30+
* The maximum number of resources per cost center is 10,000.
31+
* A maximum of 50 resources can be added to or removed from a cost center at a time.
32+
* Azure subscriptions can only be added to or removed from cost centers through the UI.

content/billing/tutorials/use-cost-centers.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ You can view, edit, and delete cost centers to manage your business units effect
5757
1. Select {% octicon "kebab-horizontal" aria-label="Cost center dropdown" %} to the right of a cost center, then click **View details**, **Edit**, or **Delete**.
5858
1. Follow the prompts.
5959

60-
## Limitations of the cost center API
61-
62-
There are a few current limitations when working with cost centers and the API:
63-
64-
* There is a maximum of 250 cost centers per enterprise.
65-
* You can add or remove up to 50 resources at a time from a cost center using the API.
66-
* Azure subscriptions can only be added to or removed from cost centers through the UI.
67-
6860
## Further reading
6961

7062
* [AUTOTITLE](/rest/enterprise-admin/billing)

data/reusables/enterprise-accounts/dormant-user-activity.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ A user is considered active if the user has performed any of the following activ
22

33
* {% ifversion ghec %}Authenticating to access your enterprise's resources via SAML SSO{% else %}Signing into {% data variables.location.product_location %} {% endif %}
44
* Creating a repository
5-
* Pushing to a repository via HTTPS{% ifversion ghes %}
6-
* Pushing to a repository via SSH{% endif %}
5+
* Pushing to an internal repository via HTTPS{% ifversion ghes %}
6+
* Pushing to an internal repository via SSH{% endif %}
77
* Being added to a repository
88
* Changing the visibility of a repository
99
* Creating an issue or pull request
@@ -23,6 +23,11 @@ A user is considered active if the user has performed any of the following activ
2323
* Deleting a repository
2424
* Joining an organization
2525

26+
{% data variables.product.github %} **does not consider the following activities as active**:
27+
28+
* Accessing resources by using a {% data variables.product.pat_generic %}, SSH key, or {% data variables.product.prodname_github_app %}.
29+
* Git operations (such as pushes, pulls, repository cloning) on private repositories.
30+
2631
{% ifversion ghes %}
2732
A user will also be considered active if their account has been updated by LDAP.
2833
{% endif %}

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value <code>EXEMPT</code> was added to enum <code>RepositoryRulesetBypassActorBypassMode</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-09-12"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11948,7 +11948,7 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
1194811948
answerChosenBy: Actor
1194911949

1195011950
"""
11951-
The actor who authored the comment.
11951+
The actor who authored the discussion.
1195211952
"""
1195311953
author: Actor
1195411954

@@ -53198,6 +53198,11 @@ enum RepositoryRulesetBypassActorBypassMode {
5319853198
"""
5319953199
ALWAYS
5320053200

53201+
"""
53202+
The actor is exempt from rules without generating a pass / fail result
53203+
"""
53204+
EXEMPT
53205+
5320153206
"""
5320253207
The actor can only bypass rules via a pull request
5320353208
"""

src/graphql/data/fpt/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20141,7 +20141,7 @@
2014120141
},
2014220142
{
2014320143
"name": "author",
20144-
"description": "<p>The actor who authored the comment.</p>",
20144+
"description": "<p>The actor who authored the discussion.</p>",
2014520145
"type": "Actor",
2014620146
"id": "actor",
2014720147
"kind": "interfaces",
@@ -92990,6 +92990,10 @@
9299092990
"name": "ALWAYS",
9299192991
"description": "<p>The actor can always bypass rules.</p>"
9299292992
},
92993+
{
92994+
"name": "EXEMPT",
92995+
"description": "<p>The actor is exempt from rules without generating a pass / fail result.</p>"
92996+
},
9299392997
{
9299492998
"name": "PULL_REQUEST",
9299592999
"description": "<p>The actor can only bypass rules via a pull request.</p>"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11948,7 +11948,7 @@ type Discussion implements Closable & Comment & Deletable & Labelable & Lockable
1194811948
answerChosenBy: Actor
1194911949

1195011950
"""
11951-
The actor who authored the comment.
11951+
The actor who authored the discussion.
1195211952
"""
1195311953
author: Actor
1195411954

@@ -53198,6 +53198,11 @@ enum RepositoryRulesetBypassActorBypassMode {
5319853198
"""
5319953199
ALWAYS
5320053200

53201+
"""
53202+
The actor is exempt from rules without generating a pass / fail result
53203+
"""
53204+
EXEMPT
53205+
5320153206
"""
5320253207
The actor can only bypass rules via a pull request
5320353208
"""

src/graphql/data/ghec/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20141,7 +20141,7 @@
2014120141
},
2014220142
{
2014320143
"name": "author",
20144-
"description": "<p>The actor who authored the comment.</p>",
20144+
"description": "<p>The actor who authored the discussion.</p>",
2014520145
"type": "Actor",
2014620146
"id": "actor",
2014720147
"kind": "interfaces",
@@ -92990,6 +92990,10 @@
9299092990
"name": "ALWAYS",
9299192991
"description": "<p>The actor can always bypass rules.</p>"
9299292992
},
92993+
{
92994+
"name": "EXEMPT",
92995+
"description": "<p>The actor is exempt from rules without generating a pass / fail result.</p>"
92996+
},
9299392997
{
9299492998
"name": "PULL_REQUEST",
9299592999
"description": "<p>The actor can only bypass rules via a pull request.</p>"

0 commit comments

Comments
 (0)