Where does the bug appear (feature/product)?
Cloud Agent (GitHub, Slack, Web, Linear)
Describe the Bug
Docs list GitHub trigger “Issue label changed” (non-PR issues):
Automations UI (desktop Agents Window AND the web Automations page) only offers PR label triggers — no Issues option / toggle.
"label": {
"labelName": "...",
"onAdded": true,
"onRemoved": false,
"pullRequests": true,
"issues": false
}
Prefill with issues: true, pullRequests: false still renders as PR-only. UI cannot configure issue-label triggers even though docs + schema imply support.
Blocks issue-label–driven agent loops (impl / review / QA handoffs on GitHub issues). Hard blocker.
Steps to Reproduce
- Open Automations (desktop or cursor.com/automations)
- Create automation → select repo with Cursor GitHub App connected
- Add Trigger → GitHub → look for issue label / “Issue label changed”
- Only PR label options appear; no Issues toggle / no issue-label trigger
Expected Behavior
Expected: Issue label changed available as documented (issues: true / non-PR issues) on both web and in Cursor App.
Actual: PR-only label trigger in both UIs (Cursor Automations in Mac App, as well as Web App).
Screenshots / Screen Recordings
Operating System
Other
Version Information
For Cursor Mac App:
Version: 3.12.17
VS Code Extension API: 1.128.0
Commit: 0fb762053c34788bb7760d5673f8a6d4c8589d50
Date: 2026-07-17T02:53:53.006Z
Layout: Agent Window
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 25.4.0
For web, just go to Cursor web app and add automation.
For AI issues: which model did you use?
NA
For AI issues: add Request ID with privacy disabled
NA
Additional Information
I think the intention here is to allow label change on issues, not only PRs, and it’s highly valuable, as it’s working on other harnesses such as Claude Code.
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor


