[instructions] Sync github-agentic-workflows.md with v0.65.2#23856
Merged
[instructions] Sync github-agentic-workflows.md with v0.65.2#23856
Conversation
Add auto-close-issue field to create-pull-request safe-output documentation, introduced in v0.65.2 to allow configuring whether the triggering issue is automatically closed when the PR is merged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instructions Update - Synchronized with v0.65.2
This PR updates
github-agentic-workflows.mdbased on the key safe-output change in v0.65.2.Changes Made
auto-close-issuefield to thecreate-pull-requestsafe-output example and documentation. This field was introduced in v0.65.2 and controls whether the "Fixes #N" closing keyword is automatically added when the PR is triggered from an issue (default:true). Accepts a boolean or GitHub Actions expression.Documentation Commits Reviewed
f5a2c2afix: body-level\{\\{\#import shared/X.md}}rewritten with wrong cross-repo path ingh aw add— CLI bug fix, no instructions impactSafe Outputs Code Audit
Reviewed
pkg/workflow/compiler_types.go,pkg/workflow/safe_outputs_config.go, andpkg/workflow/create_pull_request.go. The only gap found was the missingauto-close-issuefield onCreatePullRequestsConfig, added in v0.65.2. All other safe-output operations were already documented.Validation
create_pull_request.go:34)