fix(code-review): add "Copilot" user login special case to bot check#107861
Merged
fix(code-review): add "Copilot" user login special case to bot check#107861
Conversation
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
ajay-sentry
approved these changes
Feb 9, 2026
billyvg
approved these changes
Feb 9, 2026
Member
billyvg
left a comment
There was a problem hiding this comment.
alias is the username right, so it should be unique
Member
Author
|
@billyvg yes |
jaydgoss
pushed a commit
that referenced
this pull request
Feb 12, 2026
…107861) Fixes CW-791 Per the eligibility check logs ([example](https://console.cloud.google.com/logs/query;cursorTimestamp=2026-02-06T19:12:23.643439098Z;duration=P30D;query=search%2528%22github.webhook.organization_contributor.eligibility_check%22%2529%0AjsonPayload.%22user_login%22:%22copilot%22%0Atimestamp%3D%222026-02-06T19:11:24.594634852Z%22%0AinsertId%3D%22fp7psvdz21bh6z4y%22?project=internal-sentry)) Copilot uses the "Copilot" login without the "[bot]" suffix so let's add it to the bot check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes CW-791
Per the eligibility check logs (example) Copilot uses the "Copilot" login without the "[bot]" suffix so let's add it to the bot check.