-
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?
Conversation
Clarify that Copilot only responds to mentions in open PRs and not after merging or closing.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
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.
Pull request overview
This PR adds clarification to the troubleshooting documentation about GitHub Copilot coding agent's behavior, specifically that it only responds to mentions in open pull requests and will not respond after a PR is merged or closed.
Changes:
- Adds a new sentence to the "Copilot won't respond to my pull request comments" troubleshooting section explaining that Copilot only responds in open PRs
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {% 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
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 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.
| {% 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
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 "PRs" should be written out as "pull requests" for consistency with the rest of the documentation. Throughout this file and the surrounding context, the full term "pull request" is consistently used rather than the abbreviated form "PRs".
| 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. |
| {% 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
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.
| {% 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
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. |
What:
Clarify that Copilot only responds to mentions in open PRs and not after merging or closing.
Why:
I found no mention in Troubleshooting that Copilot only responds to open PRs.
I verified this behaviour by trying to mention copilot myself in a merged PR.
After witnessing no response, verified mentioning copilot works in another open pr.
Then, asked copilot why when mentioning why when mentioning copilot in a merged and closed PR it did not respond and received this as a clarifying response:
"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."

What's being changed :
addition in docs, specifying the above.
Check off the following: