Skip to content

Commit ad3e75a

Browse files
authored
Merge pull request #41700 from github/repo-sync
Repo sync
2 parents 1cc92f2 + 0d02a28 commit ad3e75a

File tree

9 files changed

+22
-241
lines changed

9 files changed

+22
-241
lines changed

content/actions/reference/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These limits are subject to change.
3838
| All {% data variables.product.github %}-hosted runners | Storage limits | Varies | For more information, see [Storage limits for all {% data variables.product.github %}-hosted runners](#storage-limits-for-all-github-hosted-runners). | {% octicon "x" aria-label="No" %} |
3939
| {% endif %} |
4040
| Larger runners | Per runner concurrency limit | Varies by runner type | Established when setting up a runner. Normally 1,000 max for Linux CPU runners, but varies by type. See [Job concurrency limits for {% data variables.product.github %}-hosted runners](#job-concurrency-limits-for-github-hosted-runners). | {% octicon "check" aria-label="Yes" %} Support ticket |
41-
| Larger runners | Static IP limits | 10-50 IPs | 10 IPs for team plans, 50 IPs for enterprise, and the limit is configurable. | {% octicon "check" aria-label="Yes" %} Support ticket |
41+
| Larger runners | Static IP limits | 10 IPs | 10 IPs per enterprise and organization. | {% octicon "check" aria-label="Yes" %} Support ticket |
4242
| Larger runners | Private IP scaling for vnet injection | 30% buffer | You need a buffer to accommodate the maximum job concurrency you anticipate. See [Private IP scaling for vnet injection on larger runners](#private-ip-scaling-for-vnet-injection-on-larger-runners). | {% octicon "check" aria-label="Yes" %} Configurable Azure virtual network |
4343

4444
### Job concurrency limits for {% data variables.product.github %}-hosted runners

content/copilot/how-tos/use-ai-models/create-a-custom-model.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

content/copilot/how-tos/use-ai-models/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ children:
1010
- /configure-access-to-ai-models
1111
- /change-the-chat-model
1212
- /change-the-completion-model
13-
- /create-a-custom-model
1413
redirect_from:
1514
- /copilot/using-github-copilot/ai-models
1615
- /copilot/how-tos/ai-models
16+
- /copilot/how-tos/use-ai-models/create-a-custom-model
1717
contentType: how-tos
1818
---

content/copilot/tutorials/copilot-chat-cookbook/communicate-effectively/creating-diagrams.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ topics:
1515
contentType: tutorials
1616
---
1717

18-
{% data variables.copilot.copilot_chat %} can help you create mermaid diagrams to visualize data, making it easier to understand and communicate insights. You can ask {% data variables.copilot.copilot_chat_short %} to generate diagrams based on your data or code, and it will provide you with the necessary code to create those diagrams.
18+
{% data variables.copilot.copilot_chat %} on {% data variables.product.prodname_dotcom_the_website %} can help you create Mermaid diagrams to visualize data, making it easier to understand and communicate insights. You can ask {% data variables.copilot.copilot_chat_short %} to generate diagrams based on your data or code, and it will provide you with the necessary code to create those diagrams.
1919

2020
## Example scenario
2121

22-
You want to create a Gantt chart to visualize the timeline of a project. You can ask {% data variables.copilot.copilot_chat_short %} to generate the mermaid code for the Gantt chart, with specific details about the project phases and their durations. You can then use this code in any Markdown file that supports mermaid syntax, such as issues, discussions, or pull requests on {% data variables.product.github %}.
22+
You want to create a Gantt chart to visualize the timeline of a project. You can ask {% data variables.copilot.copilot_chat_short %} on {% data variables.product.prodname_dotcom_the_website %} to generate the Mermaid code for the Gantt chart, with specific details about the project phases and their durations. You can then use this code in any Markdown file that supports Mermaid syntax, such as issues, discussions, or pull requests on {% data variables.product.github %}.
2323

2424
## Example prompt
2525

2626
```copilot copy prompt
27-
Create a mermaid gantt diagram that covers the period August 1st 2025 until January 31st, 2025. Include 5 phases, each taking 6 weeks, and overlapping equally.
27+
Create a Mermaid Gantt diagram that covers the period August 1st 2025 until January 31st, 2025. Include 5 phases, each taking 6 weeks, and overlapping equally.
2828
```
2929

3030
## Example response
3131

3232
{% data reusables.copilot.example-prompts.response-is-an-example %}
3333

34-
{% data variables.product.prodname_copilot_short %} will provide you with the mermaid code to create the flowchart. You can copy the code {% data variables.copilot.copilot_chat_short %} provides and paste it anywhere on {% data variables.product.github %} that supports Markdown, such as an issue or discussion.
34+
{% data variables.product.prodname_copilot_short %} will provide you with the Mermaid code to create the flowchart. You can copy the code {% data variables.copilot.copilot_chat_short %} provides and paste it anywhere on {% data variables.product.github %} that supports Markdown, such as an issue or discussion.
3535

36-
Ensure you include the correct mermaid syntax of `` ```mermaid `` before and `` ``` `` after the code block to render the diagram correctly.
36+
Ensure you include the correct Mermaid syntax of `` ```mermaid `` before and `` ``` `` after the code block to render the diagram correctly.
3737

3838
````text
3939
```mermaid
@@ -61,7 +61,7 @@ gantt
6161

6262
This Mermaid code would generate the following diagram:
6363

64-
![Screenshot of a rendered Mermaid gantt chart.](/assets/images/help/copilot/mermaid-gantt-chart-example.png)
64+
![Screenshot of a rendered Mermaid Gantt chart.](/assets/images/help/copilot/mermaid-gantt-chart-example.png)
6565

6666
## Further reading
6767

src/graphql/data/fpt/changelog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>automaticCopilotCodeReviewEnabled</code> was removed from object type <code>PullRequestParameters</code></p>",
8+
"<p>Input field <code>automaticCopilotCodeReviewEnabled</code> was removed from input object type <code>PullRequestParametersInput</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2025-12-05"
15+
},
216
{
317
"schemaChanges": [
418
{

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41948,13 +41948,6 @@ type PullRequestParameters {
4194841948
"""
4194941949
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4195041950

41951-
"""
41952-
Request Copilot code review for new pull requests automatically if the author
41953-
has access to Copilot code review and their premium requests quota has not
41954-
reached the limit.
41955-
"""
41956-
automaticCopilotCodeReviewEnabled: Boolean!
41957-
4195841951
"""
4195941952
New, reviewable commits pushed will dismiss previous pull request review approvals.
4196041953
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
4199841991
"""
4199941992
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4200041993

42001-
"""
42002-
Request Copilot code review for new pull requests automatically if the author
42003-
has access to Copilot code review and their premium requests quota has not
42004-
reached the limit.
42005-
"""
42006-
automaticCopilotCodeReviewEnabled: Boolean
42007-
4200841994
"""
4200941995
New, reviewable commits pushed will dismiss previous pull request review approvals.
4201041996
"""

src/graphql/data/fpt/schema.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56182,14 +56182,6 @@
5618256182
"kind": "enums",
5618356183
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
5618456184
},
56185-
{
56186-
"name": "automaticCopilotCodeReviewEnabled",
56187-
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
56188-
"type": "Boolean!",
56189-
"id": "boolean",
56190-
"kind": "scalars",
56191-
"href": "/graphql/reference/scalars#boolean"
56192-
},
5619356185
{
5619456186
"name": "dismissStaleReviewsOnPush",
5619556187
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
106361106353
"kind": "enums",
106362106354
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
106363106355
},
106364-
{
106365-
"name": "automaticCopilotCodeReviewEnabled",
106366-
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
106367-
"type": "Boolean",
106368-
"id": "boolean",
106369-
"kind": "scalars",
106370-
"href": "/graphql/reference/scalars#boolean"
106371-
},
106372106356
{
106373106357
"name": "dismissStaleReviewsOnPush",
106374106358
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41948,13 +41948,6 @@ type PullRequestParameters {
4194841948
"""
4194941949
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4195041950

41951-
"""
41952-
Request Copilot code review for new pull requests automatically if the author
41953-
has access to Copilot code review and their premium requests quota has not
41954-
reached the limit.
41955-
"""
41956-
automaticCopilotCodeReviewEnabled: Boolean!
41957-
4195841951
"""
4195941952
New, reviewable commits pushed will dismiss previous pull request review approvals.
4196041953
"""
@@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
4199841991
"""
4199941992
allowedMergeMethods: [PullRequestAllowedMergeMethods!]
4200041993

42001-
"""
42002-
Request Copilot code review for new pull requests automatically if the author
42003-
has access to Copilot code review and their premium requests quota has not
42004-
reached the limit.
42005-
"""
42006-
automaticCopilotCodeReviewEnabled: Boolean
42007-
4200841994
"""
4200941995
New, reviewable commits pushed will dismiss previous pull request review approvals.
4201041996
"""

src/graphql/data/ghec/schema.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56182,14 +56182,6 @@
5618256182
"kind": "enums",
5618356183
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
5618456184
},
56185-
{
56186-
"name": "automaticCopilotCodeReviewEnabled",
56187-
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
56188-
"type": "Boolean!",
56189-
"id": "boolean",
56190-
"kind": "scalars",
56191-
"href": "/graphql/reference/scalars#boolean"
56192-
},
5619356185
{
5619456186
"name": "dismissStaleReviewsOnPush",
5619556187
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
@@ -106361,14 +106353,6 @@
106361106353
"kind": "enums",
106362106354
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
106363106355
},
106364-
{
106365-
"name": "automaticCopilotCodeReviewEnabled",
106366-
"description": "<p>Request Copilot code review for new pull requests automatically if the author\nhas access to Copilot code review and their premium requests quota has not\nreached the limit.</p>",
106367-
"type": "Boolean",
106368-
"id": "boolean",
106369-
"kind": "scalars",
106370-
"href": "/graphql/reference/scalars#boolean"
106371-
},
106372106356
{
106373106357
"name": "dismissStaleReviewsOnPush",
106374106358
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",

0 commit comments

Comments
 (0)