-
Notifications
You must be signed in to change notification settings - Fork 67.1k
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
Changes from 1 commit
baf6c42
eff32b2
c347209
babd4d2
dca828c
b4ef7bd
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. | ||||||
|
Sharra-writes marked this conversation as resolved.
Outdated
|
||||||
| 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.