Skip to content

fix: set draft: false on implementer create-pull-request#57

Merged
microsasa merged 1 commit intomainfrom
fix/implementer-draft-false
Mar 15, 2026
Merged

fix: set draft: false on implementer create-pull-request#57
microsasa merged 1 commit intomainfrom
fix/implementer-draft-false

Conversation

@microsasa
Copy link
Owner

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 pipeline.

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>
Copilot AI review requested due to automatic review settings March 15, 2026 05:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: false for the create-pull-request safe-output in the workflow frontmatter.
  • Regenerate/update the compiled lock workflow to include the corresponding draft:false handler 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.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: false for the create-pull-request safe-output in the Issue Implementer workflow.
  • Regenerate the compiled .lock.yml to 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.

@microsasa microsasa merged commit d2e2064 into main Mar 15, 2026
13 checks passed
@microsasa microsasa deleted the fix/implementer-draft-false branch March 15, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants