Bugbot says " Skipping Bugbot: Bugbot is disabled for this repository" even though it is enabled on the dashboard and I have configured bugbot on github as well and given it access
Steps to Reproduce
Open bugbot dashboard, add repos to bugbot, enable, go to github and check configuration
“bugbot run” on the PR - “Skipping Bugbot: Bugbot is disabled for this repository”
bugbot run verbose=true output
Bugbot request id: serverGenReqId_6ff81ed2-1697-4576-bf68-aa606000a8eb
Hey, thanks for the report, this is a known issue. It usually happens when multiple users in the same GitHub org have their own Cursor subscriptions, so the system routes the request through the wrong GitHub App installation.
Here’s what to check:
Go to your GitHub org settings (Settings > Applications > Installed GitHub Apps) and make sure there is only one Cursor integration installed for the org.
Ask other users in the org if any of them have their own Cursor subscriptions with the GitHub integration enabled. If yes, ask them to temporarily disable it in Dashboard > Integrations.
After cleaning things up, try again on a brand new PR. Old PRs can get stuck due to outdated routing.