Feature request for product/service
BugBot
Describe the request
Please allow Bugbot to be requested from GitHub’s native Reviewers sidebar (gear icon), similar to human reviewers/Copilot.
Today, Bugbot is manually triggered by PR comments (bugbot run / cursor review). In practice:
- Triggering works only from a new top-level comment (not thread replies).
- Re-running requires posting another new command comment.
This adds manual overhead for teams and doesn’t match GitHub’s native review mechanics.
Why this matters:
- Aligns Bugbot with existing PR reviewer workflows
- Reduces confusion around where triggers are valid
- Makes re-runs simpler via standard reviewer actions
- Improves adoption by removing command-memory dependency
Proposed behavior:
If Cursor/Bugbot is selected in Reviewers:
- Queue a Bugbot review
- Post findings/checks as usual
- Support re-request/re-run through sidebar reviewer actions
Current workaround:
- Post a top-level PR comment: bugbot run
- Or post a top-level PR comment: cursor review
