-
Notifications
You must be signed in to change notification settings - Fork 65.7k
update(docs):Clarify that Copilot only responds to mentions in open PRs and not after merging or closing. #42482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -70,6 +70,7 @@ If there is a "{% data variables.product.prodname_copilot_short %} started work" | |||||||||
| {% data reusables.copilot.coding-agent.write-access-required %} | ||||||||||
|
|
||||||||||
| If you do have write access, and you mention `@copilot` on a pull request that is assigned to {% data variables.product.prodname_copilot_short %}, the comment is passed to {% data variables.copilot.copilot_coding_agent %}. An eyes emoji (👀) is added to your comment to indicate that {% data variables.copilot.copilot_coding_agent %} has seen your comment. Shortly after, a "{% data variables.product.prodname_copilot_short %} started work" event is added to the pull request timeline. | ||||||||||
| Copilot only responds to mentions in open PRs. Once a PR is merged or closed, the copilot agent will not respond to new mentions or comments. This is by design to focus on active development work. | ||||||||||
|
||||||||||
| Copilot only responds to mentions in open PRs. Once a PR is merged or closed, the copilot agent will not respond to new mentions or comments. This is by design to focus on active development work. | |
| Copilot only responds to mentions in open pull requests. Once a pull request is merged or closed, the copilot agent will not respond to new mentions or comments. This is by design to focus on active development work. |
Copilot
AI
Jan 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "the copilot agent" should use the proper variable instead of hardcoded text. Replace "the copilot agent" with {% data variables.copilot.copilot_coding_agent %} to maintain consistency with the rest of the documentation and ensure proper capitalization and terminology.
Copilot
AI
Jan 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "PR" should be written out as "pull request" for consistency with the rest of the documentation. The full term "pull request" is used consistently throughout this file rather than abbreviated forms.
| Copilot only responds to mentions in open PRs. Once a PR is merged or closed, the copilot agent will not respond to new mentions or comments. This is by design to focus on active development work. | |
| Copilot only responds to mentions in open pull requests. Once a pull request is merged or closed, the copilot agent will not respond to new mentions or comments. This is by design to focus on active development work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Copilot" at the beginning of this sentence should use the proper variable instead of hardcoded text. Replace "Copilot" with the appropriate variable such as
{% data variables.product.prodname_copilot_short %}to ensure consistency with the rest of the documentation and make it easier to maintain when product names change.