Where does the bug appear (feature/product)?
BugBot
Describe the Bug
Bugbot’s PR summary comment is not updated after new commits fix all reported issues. The comment continues to show unresolved issues even when the PR is clean, making it misleading for reviewers and authors.
Steps to Reproduce
- Enable Bugbot for a GitHub repository and open a pull request so Bugbot runs automatically.
- Let Bugbot complete its review and post the top-level PR summary comment listing several issues.
- Push one or more commits that address all of the issues Bugbot reported.
- Wait for Bugbot to re-run on the updated PR (or trigger it manually with @cursor review).
Expected Behavior
When Bugbot re-reviews the PR and all previously reported issues are resolved, the PR summary comment should be updated to reflect that (or clearly marked as resolved/outdated). At minimum, it should no longer imply there are outstanding issues once the code is clean.
Operating System
MacOS
Version Information
Cursor IDE (latest) - GitHub integration via Bugbot
Additional Information
The inline Bugbot comments on individual lines resolve as expected, but the top-level PR summary comment remains unchanged. A workaround would be for Bugbot to either edit that summary or post a follow-up comment like “All previously reported issues appear resolved” when its latest run finds no remaining issues.
Does this stop you from using Cursor
No - Cursor works, but with this issue