Feature request for product/service
BugBot
Describe the request
We have recently enabled Bugbot in our GitHub repository and are very pleased with the quality of its reviews. So pleased, that we would like to make Bugbot review a required step before merging a pull request! This is indeed possible by making a branch protection rule with Require status checks to pass before merging and adding Cursor Bugbot as a required check. This makes it so that merging is not possible if Bugbot has not run on the latest push to the PR.
But alas! This does not work together with GitHub merge queue that we also use. What we observe is that all merge queue runs get stuck waiting for required steps. So the required check for Bugbot applies to merge queue branches as well, but Bugbot does not (as expected, and correctly) run on merge queue branches.
It would be great if Bugbot detected a merge queue run as set itself as success there without actually doing anything.
In the meantime we are left considering if we can write a GitHub Actions job that checks for bug OR merge queue and marks itself as successful based on either. As we have not done that yet, we are not even sure it it is possible.
Operating System (if it applies)
Linux