[instructions] Sync safe-outputs.md with v0.74.8 — document allow-body#34405
Merged
pelikhan merged 1 commit intoMay 24, 2026
Merged
Conversation
…sue/close-discussion The allow-body field for close-issue and close-discussion exists in the code (pkg/workflow/close_entity_helpers.go) and public docs but was missing from the agentic-workflow instruction file.
Contributor
Author
|
pr-sous-chef: please summarize the remaining blockers and next steps for this PR. Run: https://github.com/github/gh-aw/actions/runs/26357855913
|
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.74.8
This PR updates
.github/aw/safe-outputs.mdto reflect theallow-bodyfield that exists in code and public docs but was missing from the agentic-workflow instructions used by future workflow-authoring agents.Files Changed
.github/aw/safe-outputs.md: Addallow-bodyfield documentation underclose-issueandclose-discussion.Source-of-truth verification
pkg/workflow/close_entity_helpers.go:86—AllowBody *boolwith yaml tagallow-bodyonCloseEntityConfig(shared byclose-issueandclose-discussion).docs/src/content/docs/reference/safe-outputs.mdalready documents this field (lines 262, 269, 1093, 1100). Origin: PR Addbody-allowed: falsetoclose-discussionandclose-issuesafe-outputs #33639 (2026-05-21).[instructions] Sync safe-outputs.md with v0.74.8([instructions] Sync instruction files with release v0.74.8 #34196) on 2026-05-23 missed this field.Other changes audited (no instruction update needed)
allowed-branchesoncreate-pull-request(Supportallowed-branchesenforcement forcreate-pull-requestsafe output #33610) — already documented.required-labels/required-title-prefixfilter expansion plusmerge-pull-request/add-reviewerfield renames (feat(safe-outputs): add required-labels/required-title-prefix filters to all operations; standardize merge-pull-request and add-reviewer field names #33350) — already documented.create-check-runsafe-output (Addcreate-check-runsafe output type for multi-agent PR analysis #33852) — already documented.inferfield (Remove deprecatedinferfield #33808) andpull_request_reviewerevent (Remove syntheticpull_request_reviewerevent support #33770) — no leftover references in instruction files.opusplanmodel alias (Addopusplanbuiltin alias to Claude model routing #34263) — instruction files do not enumerate model aliases./tmp/gh-aw/agentpath normalization (Normalize agent workflow temp paths to/tmp/gh-aw/agent#34225, compiler: warn when prompt references /tmp/ or /tmp/gh-aw/ directly #34239) — existing instruction examples already use/tmp/gh-aw/...paths.Size Audit
Validation
safe-outputs.md).pkg/workflow/close_entity_helpers.goanddocs/src/content/docs/reference/safe-outputs.md.