You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workflow fires when GitHub Copilot's coding agent opens a draft pull request. Copilot creates draft PRs when assigned to issues, but has no built-in mechanism to mark them ready for review or enable auto-merge.
Instructions
This is a lifecycle management workflow. The actual work happens in post-steps. Your only job is to confirm the PR exists and report its status:
Read the PR number from the environment: the PR number is available as $__GH_AW_GITHUB_EVENT_PULL_REQUEST_NUMBER__.
Report what you found. No edits, no code changes. The post-steps block handles the draft-to-ready transition, review request, and auto-merge enablement.