Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/actions/reference/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These limits are subject to change.
| 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" %} |
| {% endif %} |
| 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 |
| 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 |
| Larger runners | Static IP limits | 10 IPs | 10 IPs per enterprise and organization. | {% octicon "check" aria-label="Yes" %} Support ticket |
| 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 |

### Job concurrency limits for {% data variables.product.github %}-hosted runners
Expand Down
173 changes: 0 additions & 173 deletions content/copilot/how-tos/use-ai-models/create-a-custom-model.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/copilot/how-tos/use-ai-models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ children:
- /configure-access-to-ai-models
- /change-the-chat-model
- /change-the-completion-model
- /create-a-custom-model
redirect_from:
- /copilot/using-github-copilot/ai-models
- /copilot/how-tos/ai-models
- /copilot/how-tos/use-ai-models/create-a-custom-model
contentType: how-tos
---
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ topics:
contentType: tutorials
---

{% 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.
{% 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.

## Example scenario

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 %}.
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 %}.

## Example prompt

```copilot copy prompt
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.
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.
```

## Example response

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

{% 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.
{% 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.

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

````text
```mermaid
Expand Down Expand Up @@ -61,7 +61,7 @@ gantt

This Mermaid code would generate the following diagram:

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

## Further reading

Expand Down
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>automaticCopilotCodeReviewEnabled</code> was removed from object type <code>PullRequestParameters</code></p>",
"<p>Input field <code>automaticCopilotCodeReviewEnabled</code> was removed from input object type <code>PullRequestParametersInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-12-05"
},
{
"schemaChanges": [
{
Expand Down
14 changes: 0 additions & 14 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -41948,13 +41948,6 @@ type PullRequestParameters {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean!

"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
Expand Down Expand Up @@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean

"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
Expand Down
16 changes: 0 additions & 16 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56182,14 +56182,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"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>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
Expand Down Expand Up @@ -106361,14 +106353,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"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>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
Expand Down
14 changes: 0 additions & 14 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -41948,13 +41948,6 @@ type PullRequestParameters {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean!

"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
Expand Down Expand Up @@ -41998,13 +41991,6 @@ input PullRequestParametersInput {
"""
allowedMergeMethods: [PullRequestAllowedMergeMethods!]

"""
Request Copilot code review for new pull requests automatically if the author
has access to Copilot code review and their premium requests quota has not
reached the limit.
"""
automaticCopilotCodeReviewEnabled: Boolean

"""
New, reviewable commits pushed will dismiss previous pull request review approvals.
"""
Expand Down
16 changes: 0 additions & 16 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56182,14 +56182,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"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>",
"type": "Boolean!",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
Expand Down Expand Up @@ -106361,14 +106353,6 @@
"kind": "enums",
"href": "/graphql/reference/enums#pullrequestallowedmergemethods"
},
{
"name": "automaticCopilotCodeReviewEnabled",
"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>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "dismissStaleReviewsOnPush",
"description": "<p>New, reviewable commits pushed will dismiss previous pull request review approvals.</p>",
Expand Down