fix: set draft: false on implementer create-pull-request#57
Conversation
The gh-aw create-pull-request safe-output defaults to draft: true. Explicitly set draft: false so implementer PRs are created ready for review, enabling Copilot auto-review and auto-merge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the Issue Implementer gh-aw workflow configuration to ensure implementer-created pull requests are opened as non-draft PRs, which is required for the Copilot auto-review/auto-merge pipeline.
Changes:
- Explicitly set
draft: falsefor thecreate-pull-requestsafe-output in the workflow frontmatter. - Regenerate/update the compiled lock workflow to include the corresponding
draft:falsehandler configuration and updated metadata hash.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/issue-implementer.md |
Adds draft: false to safe-outputs.create-pull-request so created PRs are ready for review. |
.github/workflows/issue-implementer.lock.yml |
Updates compiled workflow metadata and the GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG JSON to include draft:false. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Updates the Issue Implementer gh-aw workflow so that PRs created via create-pull-request are opened as non-draft by default, enabling downstream auto-review/auto-merge automation.
Changes:
- Explicitly set
draft: falsefor thecreate-pull-requestsafe-output in the Issue Implementer workflow. - Regenerate the compiled
.lock.ymlto reflect the updated safe-outputs configuration.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/issue-implementer.md | Adds draft: false to ensure implementer-created PRs are ready for review. |
| .github/workflows/issue-implementer.lock.yml | Updates compiled workflow + metadata to include the non-draft PR setting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The gh-aw
create-pull-requestsafe-output defaults todraft: true. Explicitly setdraft: falseso implementer PRs are created ready for review, enabling Copilot auto-review and auto-merge pipeline.