Feature request for product/service
Cloud Agent (GitHub, Slack, Linear,…)
Describe the request
Please add a setting so Automations can open GitHub PRs as Ready for review, not only as Draft.
Today, Automation’s Open PR path always creates Draft PRs. This is separate from the normal Cloud Agent / Agents View flow, and the Agents View preference (“Create PR” vs “Create Draft PR”) does not apply. Prompting the agent to mark the PR ready is unreliable because the tool does not expose a draft vs ready option.
Staff confirmed this in the Help topic “Cursor Automations only creates pull requests as drafts” (now closed):
Desired behavior
- An Automation setting (or Open PR tool option):
- Create as Draft (keep current default), or
- Create as Ready for review
- Optionally, let the agent/prompt choose when the tool exposes that option
Use case
Scheduled daily Automations that collect content, commit changes, and open a PR. Downstream GitHub Actions auto-merge only ready PRs, so every run needs a manual “Ready for review” click (or Slack notify + human step). That manual step is the only non-automated part of an otherwise fully scheduled pipeline.
Related
“Draft status for GitHub PR Automations” is about trigger draft vs ready behavior, not about which status Automations use when creating PRs: