Hey,
I have an active Bugbot subscription, in a lot of my PRs I’m getting: “Skipping Bugbot: Bugbot is disabled for this repository”, although it is enabled in my account.
I have two Cursor subscriptions that are connected to the same Github account. One subscription is from work and the other is my personal.
In my work subscription I have Bugbot but in the personal one I don’t, maybe it’s related to that but I’m not sure.
Please advise
Thank you in advance
Steps to Reproduce
Try to run BugBot manually or not manually
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
The message “Bugbot is disabled for this repository” usually means the repo isn’t included in the GitHub App/team installation that’s triggering the run.
Please check:
Dashboard > Integrations: that the GitHub App is installed on the correct org/repo and that the repo belongs to the active installation where Bugbot is enabled - Cursor - The AI Code Editor
Dashboard > Bugbot: that this specific repo is included in the active subscription - Cursor - The AI Code Editor
If you have two installations on the same GitHub account, make sure the PR belongs to the installation/team with Bugbot enabled, not a personal one without Bugbot - Bugbot | Cursor Docs
Got it. Since it works for your colleagues in the same repo but not for you, it’s likely tied to your account and how the system picks the active installation.
To diagnose, please:
Leave a comment cursor review verbose=true on any problematic PR - this will return a request ID
Share that request ID here
With the request ID, we can check on the backend why your account is being routed to the wrong installation. This looks like a routing bug when there are two subscriptions on the same GitHub account.
Thanks for the screenshot. We see that your admin panel shows “0 Enabled”, while your dashboard shows “50 Enabled”. This might be a routing bug between the two subscriptions.
Possible workarounds while we wait for the fix:
Temporarily disable the personal GitHub subscription (Dashboard > Integrations > disable GitHub for your personal account)
Or use different GitHub accounts for your work and personal Cursor subscriptions
I’ve passed this to the engineers to fix the routing.