[instructions] Sync github-agentic-workflows.md with v0.40.1#21137
Merged
[instructions] Sync github-agentic-workflows.md with v0.40.1#21137
Conversation
Add two missing safe-outputs fields identified by auditing code against instructions: - add-comment.footer: boolean flag to omit visible footer while preserving XML markers - safe-outputs.failure-issue-repo: string field to redirect failure tracking issues to another repo Both fields exist in SafeOutputsConfig/AddCommentsConfig structs and in the JSON schema but were absent from the instructions file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 16, 2026
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.40.1
This PR updates
github-agentic-workflows.mdbased on a code audit against the safe-outputs implementation after the v0.40.1 release.Changes Made
add-comment.footer: Added missingfooterboolean field to theadd-commentexample. The field exists inAddCommentsConfig(pkg/workflow/add_comment.go) and the JSON schema but was absent from the instructions. Whenfalse, omits the visible footer while preserving XML markers for searchability.safe-outputs.failure-issue-repo: Added missing globalfailure-issue-repostring field. The field exists inSafeOutputsConfig(pkg/workflow/compiler_types.go) and the JSON schema (with description and pattern) but was not documented. Allows redirecting failure tracking issues to another repository when the current repo has issues disabled.Documentation Commits Reviewed
6d9b060fix(workflows): normalize report formatting in output templates — workflow-only change, no instructions impactValidation
compiler_types.go,add_comment.go,main_workflow_schema.json)