I’d like to be able to have bugbot review a PR whenever the PR is opened, and later on only have subsequent bugbot reviews be triggered by “@cursor review” mentions
Steps to Reproduce
Set “Run once per PR” on team repo setting, and then “Only Run Once Automatically” in My Settings. (doesn’t matter what I choose for “Ony Run When Mentioned”, yes or no will give the same result).
Hey, thanks for the detailed report with screenshots.
I think the issue might be a conflict between settings at two levels. Both the team-level “Run Once Per PR” and your personal “Only Run Once Automatically” do basically the same thing. They tell BugBot to run once and skip later commits. If both are enabled at the same time, it can cause unexpected behavior.
Try this. Turn OFF the team-level “Run Once Per PR” and keep only the personal settings:
Only Run When Mentioned = OFF
Only Run Once Automatically = ON
This should give you the exact behavior you want. It will auto-review when a PR opens, it won’t auto-review on later pushes, and you can still trigger it manually with @cursor review anytime.
Make sure to test on a new PR after changing the settings. Existing PRs might not pick up the change.
If that doesn’t help, a couple of questions:
Does @cursor review work manually on this repo?
Can you share the BugBot request ID from a PR where it didn’t trigger? You can find it in the logs in the Bugbot dashboard.