Skip to content

Commit dab2af5

Browse files
authored
Merge pull request #41110 from github/repo-sync
Repo sync
2 parents 7d37074 + 98376f4 commit dab2af5

File tree

29 files changed

+104
-61
lines changed

29 files changed

+104
-61
lines changed

content/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following IdPs are partner IdPs. They offer an application that you can use
4141

4242
* Microsoft Entra ID
4343
* Okta
44-
* PingFederate (beta)
44+
* PingFederate ({% data variables.release-phases.public_preview %})
4545

4646
When you use a single partner IdP for both authentication and provisioning, {% data variables.product.company_short %} provides support for the application on the partner IdP and the IdP's integration with {% data variables.product.prodname_dotcom %}. Support for PingFederate is in {% data variables.release-phases.public_preview %}.
4747

content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/publishing-and-using-codeql-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ The following properties are supported in `qlpack.yml` files.
352352

353353
#### `libraryPathDependencies`
354354

355-
* Optional, deprecated. Use the `dependencies` property instead.
355+
* Optional, {% data variables.release-phases.closing_down %}. Use the `dependencies` property instead.
356356
* Previously used to define the names of any {% data variables.product.prodname_codeql %} packs that this {% data variables.product.prodname_codeql %} pack depends on, as an array. This gives the pack access to any libraries, database schema, and query suites defined in the dependency. For example:
357357

358358
```yaml

content/code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension/using-the-codeql-model-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The rest of this article covers the practical aspects of modelling dependencies
4444

4545
1. In the "Databases" view, select the {% data variables.product.prodname_codeql %} database that you want to model from.
4646

47-
1. In the {% data variables.product.prodname_codeql %} "Method Modeling" view, click **Start modeling** to display the model editor. Alternatively, use the {% data variables.product.prodname_vscode_command_palette_shortname %} to run the **{% data variables.product.prodname_codeql %}: Open Model Editor (Beta)** command.
47+
1. In the {% data variables.product.prodname_codeql %} "Method Modeling" view, click **Start modeling** to display the model editor. Alternatively, use the {% data variables.product.prodname_vscode_command_palette_shortname %} to run the **{% data variables.product.prodname_codeql %}: Open Model Editor (Beta)** command. <!-- markdownlint-disable-line outdated-release-phase-terminology --> <!-- "Beta" is in the name of the command in the VS Code extension -->
4848

4949
1. The {% data variables.product.prodname_codeql %} model editor runs a series of telemetry queries to identify APIs in the code, and the editor is displayed in a new tab.
5050

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ New version `2.0.0`
828828

829829
### Versioning tags
830830

831+
<!-- markdownlint-disable outdated-release-phase-terminology -->
832+
831833
* Represent stages in the software release lifecycle, such as alpha, beta, and stable versions.
832834
* Allow publishers to distribute their packages more effectively.
833835
* Indicate the stability of a version and communicate what users should expect in terms of features and stability.
@@ -849,6 +851,8 @@ New version `2.0.0`
849851
* **`release`:** The official release version.
850852
* **`stable`:** The most reliable, production-ready version.
851853

854+
<!-- markdownlint-enable outdated-release-phase-terminology -->
855+
852856
{% endif %}
853857

854858
## Top-level `registries` key

content/copilot/how-tos/use-copilot-for-common-tasks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
topics:
88
- Copilot
99
children:
10-
- /use-copilot-to-create-issues
10+
- /use-copilot-to-create-or-update-issues
1111
- /create-a-pr-summary
1212
- /use-copilot-in-the-cli
1313
redirect_from:

content/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-in-the-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ category:
2222
- Author and optimize with Copilot
2323
---
2424

25-
# Replacing the deprecated {% data variables.product.prodname_copilot_short %} extension
25+
# Replacing the {% data variables.release-phases.retired %} {% data variables.product.prodname_copilot_short %} extension
2626

27-
The {% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_cli %} has been deprecated. It has been replaced by the new {% data variables.copilot.copilot_cli %}. See [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).
27+
The {% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_cli %} is {% data variables.release-phases.retired %}. It has been replaced by the new {% data variables.copilot.copilot_cli %}. See [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli).

content/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-to-create-issues.md renamed to content/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-to-create-or-update-issues.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Using GitHub Copilot to create issues
3-
shortTitle: Use Copilot to create issues
4-
intro: 'Use {% data variables.product.prodname_copilot_short %} to quickly generate structured, high-quality issues from natural language or images, without filling out every field manually.'
5-
permissions: 'Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.product.prodname_copilot_short %} to create issues. <br> <a href="https://github.com/copilot?ref_product=copilot&ref_type=engagement&ref_style=button&ref_plan=free" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Try {% data variables.product.prodname_copilot_short %} for free</span> {% octicon "link-external" height:16 %}</a>'
2+
title: Using GitHub Copilot to create or update issues
3+
shortTitle: Use Copilot to create or update issues
4+
intro: Use {% data variables.product.prodname_copilot_short %} to quickly generate structured, high-quality issues from natural language or images, without filling out every field manually.
5+
permissions: Anyone with a {% data variables.product.prodname_copilot_short %} license can use {% data variables.product.prodname_copilot_short %} to create issues or update existing issues. <br> <a href="https://github.com/copilot?ref_product=copilot&ref_type=engagement&ref_style=button&ref_plan=free" target="_blank" class="btn btn-primary mt-3 mr-3 no-underline"><span>Try {% data variables.product.prodname_copilot_short %} for free</span> {% octicon "link-external" height:16 %}</a>
66
versions:
7-
feature: copilot
7+
feature: copilot-create-issues
88
topics:
99
- Copilot
1010
- Issues
@@ -13,17 +13,18 @@ redirect_from:
1313
- /copilot/using-github-copilot/using-github-copilot-to-create-issues
1414
- /copilot/how-tos/github-flow/using-github-copilot-to-create-issues
1515
- /copilot/how-tos/github-flow/use-copilot-to-create-issues
16+
- /copilot/how-tos/use-copilot-for-common-tasks/use-copilot-to-create-issues
1617
contentType: how-tos
17-
category:
18+
category:
1819
- Author and optimize with Copilot
1920
---
2021

2122
> [!NOTE]
2223
> This feature is in {% data variables.release-phases.public_preview %} and subject to change.
2324
24-
Creating issues manually can be repetitive and time-consuming. With {% data variables.product.prodname_copilot_short %}, you can create issues faster by prompting in natural language, or even by uploading a screenshot. {% data variables.product.prodname_copilot_short %} fills out the title, body, labels, assignees, and more, using your repository’s issue forms or templates.
25+
Creating or updating issues manually can be repetitive and time-consuming. With {% data variables.product.prodname_copilot_short %}, you can create or update issues faster by prompting in natural language, or even by uploading a screenshot. {% data variables.product.prodname_copilot_short %} fills out the title, body, labels, assignees, and more, using your repository’s issue forms or templates.
2526

26-
You stay in control of the process. You can review and refine what {% data variables.product.prodname_copilot_short %} suggests before you submit the new issue.
27+
You stay in control of the process. You can review and refine what {% data variables.product.prodname_copilot_short %} suggests before you submit the new or updated issue.
2728

2829
## Creating an issue with {% data variables.product.prodname_copilot_short %}
2930

@@ -88,26 +89,36 @@ For example:
8889

8990
{% data variables.product.prodname_copilot_short %} generates a draft issue tree, with a parent issue at the top level and sub-issues beneath it.
9091

91-
You can review the issue tree, expand or collapse sub-issues, and edit the details of each issue.
92+
You can review the issue tree, expand or collapse sub-issues, and edit the details of each issue.
9293

9394
Click the parent issue to view its details in the workbench. The parent issue displays a list of sub-issues, and you can click each one to view and edit its details in the workbench. From a sub-issue, use the "Parent" dropdown to navigate through the issue tree. You can also click **Review and create** at the top of the workbench to see the full issue tree and navigate directly to any issue.
9495

9596
{% data variables.product.prodname_copilot_short %} can modify the tree, by unlinking issues or by attaching new drafts.
9697

9798
For example, you can:
98-
* Remove a sub-issue from the issue tree:
99+
* Remove a sub-issue from the issue tree:
99100
`Remove sub-issue NAME_OF_ISSUE from the issue tree`
100101
* Add an additional sub-issue to the issue tree:
101102
`Add an additional sub-issue with ISSUE_DETAILS to the issue tree`
102103

103104
Once you've finished editing the drafts and are ready to publish the issues, click **Review and create** then click **Create issues**.
104105

105-
## Working with existing issues
106+
## Updating an existing issue
107+
108+
You can use {% data variables.product.prodname_copilot_short %} to update existing issues in your repository.
109+
110+
For example:
111+
112+
`In octo-org/octo-repo, update issue #123 to add more details about the bug and steps to reproduce it. Also, change the label to "bug" and assign it to @username.`
113+
114+
{% data variables.product.prodname_copilot_short %} drafts the updated issue, which you can review and edit in the workbench. To publish the changes, click **Update**.
115+
116+
## Working with existing parent issues and sub-issues
106117

107118
You can use {% data variables.product.prodname_copilot_short %} to connect new issues with issues that already exist in your repository.
108119

109120
For example, you can:
110-
* Add a sub-issue to an existing parent issue:
121+
* Add a sub-issue to an existing parent issue:
111122
`Create a sub-issue for octo-org/octo-repo issue #456.`
112123
* Add a parent issue to an existing issue:
113124
`Create a parent issue for octo-org/octo-repo issue #456.`

content/copilot/tutorials/enhance-agent-mode-with-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ First, you need to configure the MCP servers that you anticipate {% data variabl
9393

9494
* **{% data variables.product.github %} MCP server**: Configure the {% data variables.product.github %} MCP server to enable {% data variables.product.prodname_copilot_short %} to access your repository, examine your codebase, research existing issues, create branches, and manage pull requests. See [AUTOTITLE](/copilot/customizing-copilot/using-model-context-protocol/using-the-github-mcp-server).
9595

96-
* **Figma MCP server**: Configure the Figma MCP server to allow {% data variables.product.prodname_copilot_short %} to access design files that include accessibility specifications, such as color contrast requirements, focus states, and interaction patterns. See [Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) or try out the [Dev Mode MCP server](https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Dev-Mode-MCP-Server) in open beta.
96+
* **Figma MCP server**: Configure the Figma MCP server to allow {% data variables.product.prodname_copilot_short %} to access design files that include accessibility specifications, such as color contrast requirements, focus states, and interaction patterns. See [Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) or try out the [Dev Mode MCP server](https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Dev-Mode-MCP-Server).
9797

9898
* **Playwright MCP server**: Set up the Playwright MCP server to enable {% data variables.product.prodname_copilot_short %} to write and run automated accessibility tests, including screen reader compatibility and keyboard navigation tests. See [mcp-playwright](https://github.com/executeautomation/mcp-playwright).
9999

content/copilot/tutorials/plan-a-project.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ With the repository set up, you can use {% data variables.product.prodname_copil
5353

5454
### Create an epic issue
5555

56-
1. Enter a detailed project description as your prompt. For example:
56+
1. Enter a detailed project description as your prompt. For example:
5757
```I’m planning to create a shopping website in React and Node.js. The site should allow users to browse products by category, search for items, add products to a cart, and complete checkout. Please help me plan the project by creating issues and breaking it down into epics, features, and tasks.```
5858
1. Submit your prompt. {% data variables.product.prodname_copilot_short %} will generate an issue tree, typically with an epic at the top and sub-issues for each main feature or task
5959

@@ -62,14 +62,14 @@ With the repository set up, you can use {% data variables.product.prodname_copil
6262
## Navigate the issue tree
6363

6464
1. Click the epic to view its details in the workbench. Navigate through the workbench to explore the issue tree.
65-
1. Each issue typically includes a title and description. Additional metadata such as labels or assignees, can be edited directly in the workbench.
65+
1. Each issue typically includes a title and description. Additional metadata such as labels or assignees, can be edited directly in the workbench.
6666
1. You can expand or collapse sub-issues to focus on specific parts of the project.
6767

6868
The issue tree provides a clear overview of your project structure, making it easy to navigate between epics, features, and tasks.
6969

7070
1. In this first iteration of the draft, {% data variables.product.prodname_copilot_short %} may generate only high-level issues. You can refine these issues further by breaking them down into smaller tasks or features. Let's refine the issue "Feature: UI Skeleton and Navigation".
7171

72-
Prompt {% data variables.product.prodname_copilot_short %} with:
72+
Prompt {% data variables.product.prodname_copilot_short %} with:
7373
```Can you break down the issue "Feature: UI Skeleton and Navigation" into smaller tasks?```
7474

7575
{% data variables.product.prodname_copilot_short %} will generate multiple new sub-issues such as:
@@ -79,20 +79,20 @@ With the repository set up, you can use {% data variables.product.prodname_copil
7979
* Task: Integrate navigation with routing
8080
* Task: Add basic responsive layout
8181

82-
1. Repeat this process for the remaining feature issues in the epic.
82+
1. Repeat this process for the remaining feature issues in the epic.
8383

8484
![Screenshot of the Copilot Chat workbench. The workbench displays an issue tree with an epic at the top and several sub-issues beneath it.](/assets/images/help/copilot/copilot-creates-sub-issues-workbench.png)
8585

8686
### Improve issue descriptions
8787

8888
After you finish generating the issue tree you may notice that {% data variables.product.prodname_copilot_short %}’s issue descriptions may be brief or unclear. To make them actionable, refine each issue as needed.
8989

90-
1. Start with the newly generated issue such as "Task: Create placeholder pages for main routes".
90+
1. Start with the newly generated issue such as "Task: Create placeholder pages for main routes".
9191

92-
Prompt {% data variables.product.prodname_copilot_short %} with:
92+
Prompt {% data variables.product.prodname_copilot_short %} with:
9393
```Can you improve the description for “Task: Create placeholder pages for main routes”? Please provide a detailed technical summary, list the main routes to be included, outline the steps for implementation, and specify what should be delivered for this task. Please add any relevant code snippets.```
9494

95-
1. {% data variables.product.prodname_copilot_short %} will generate a new version of the draft issue "Task: Create placeholder pages for main routes."
95+
1. {% data variables.product.prodname_copilot_short %} will generate a new version of the draft issue "Task: Create placeholder pages for main routes."
9696

9797
At the top-left of the issue, click the versioning drop-down and select **Version 2** to review the new changes.
9898
1. Review and decide whether to keep {% data variables.product.prodname_copilot_short %}’s revised version, edit further, or prompt again for more detail. {% data variables.product.prodname_copilot_short %} can add code snippets into the draft to improve clarity and provide immediate context for these issues.
@@ -112,7 +112,7 @@ Now that you’ve generated and refined your project issues, you can assign them
112112

113113
## Further reading
114114

115-
* [AUTOTITLE](/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-to-create-issues)
115+
* [AUTOTITLE](/copilot/how-tos/use-copilot-for-common-tasks/use-copilot-to-create-or-update-issues)
116116
* [AUTOTITLE](/copilot/tutorials/coding-agent/pilot-coding-agent)
117117
* [AUTOTITLE](/copilot/tutorials/coding-agent/get-the-best-results)
118118
* [AUTOTITLE](/copilot/tutorials/speed-up-development-work)

content/enterprise-onboarding/support-for-your-enterprise/understanding-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Standard {% data variables.contact.github_support %} is provided as part of your
2828

2929
* Escalation management: Dedicated escalation management ensures that complex issues are addressed promptly and efficiently, with a clear path for escalating critical incidents.
3030

31-
* Early access to new features: Participation in beta programs and early access to new features allows you to stay ahead of the curve with the latest {% data variables.product.github %} innovations.
31+
* Early access to new features: Participation in {% data variables.release-phases.preview %} programs and early access to new features allows you to stay ahead of the curve with the latest {% data variables.product.github %} innovations.
3232

3333
There are two support plans available with {% data variables.contact.premium_support %}:
3434

0 commit comments

Comments
 (0)