Auto-merge failure for repositories with merge queues

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

A GitHub PR in the repository I’m currently working is not “auto-mergeable”. The error says the following:

Pull request action failed: Failed to enable
auto-merge: Auto merge is not allowed for
this repository

In reality, the auto-merges are enabled in the repository, however the repository has Merge Queues enabled. So after all the checks are done, I expect not a “merge” but “enqueueing” the PR to the MQ, that seems to be the problem.

Steps to Reproduce

  1. GitHub repo must have a Merge Queue feature enabled
  2. Click on the Enable Auto-Merge button

Expected Behavior

The PR is scheduled to automatically add itself to the merge queue when all checks are passed

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.8.11
VS Code Extension API: 1.105.1
Commit: e56ad3440df06d22ca7501e65fd518e905486ef0
Date: 2026-06-18T01:40:18.333Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 24.6.0

Additional Information

I have found a similar bug is already reported to the gh CLI issue tracker, so depending on how this is implemented in Cursor, we either need to fix it here, or wait for the upstream solution.

Does this stop you from using Cursor

No - Cursor works, but with this issue