Hi there!
I’m working on a repository in GitHub Enterprise with a bugbot integration through a corporate Cursor account.
What works: The automated review integration is working fine. Cursor successfully adds inline comments pointing out issues in the code.
The issue: When I try to interact with Cursor in the thread of one of those comments using @cursor, I get the following error:
Unable to authenticate your request. Please make sure to connect your GitHub account to Cursor. Go to Cursor
What I’ve tried: In addition to the team-level integration, I connected my personal GitHub account directly via Dashboard > Integrations. After doing this:
-
Automated reviews still work as expected
-
When I mention
@cursorin a comment thread, the response changed to “Taking a look!”, but nothing happens after that. No follow-up response ever comes.
If I comment “cursor review” outside of the comment threads (e.g., in the main PR conversation), it triggers a new review normally.
Questions:
-
Is this supposed to work?
-
If so, any suggestions on what might be causing this issue?
Thanks in advance for any help!