[instructions] Sync github-agentic-workflows.md with v0.58.1#20876
Merged
[instructions] Sync github-agentic-workflows.md with v0.58.1#20876
Conversation
Document new features introduced since the latest release: - call-workflow safe output for workflow_call fan-out chaining - preserve-branch-name option for create-pull-request - checkout: false to disable automatic checkout in agent jobs - scope: none field for skip-if-match and skip-if-no-match - on.github-token and on.github-app for pre-activation operations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 14, 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.58.1
This PR updates
github-agentic-workflows.mdbased on new features introduced since the latest release (v0.58.1).Changes Made
call-workflowsafe output: Added documentation for the newcall-workflowsafe output type that enablesworkflow_callfan-out chaining. Contrasts withdispatch-workflow(compile-time static jobs vs. runtime API calls).preserve-branch-nameforcreate-pull-request: Added option to skip the random salt suffix on agent-specified branch names (useful for CI branch naming conventions like Jira keys).checkout: false: Addedfalseas a supported value for thecheckout:field to disable automatic repository checkout entirely, reducing startup time.scope: noneforskip-if-match/skip-if-no-match: Added thescopefield that disables automaticrepo:owner/reposcoping, enabling org-wide or cross-repo queries.on.github-tokenandon.github-app: Added documentation for the two new top-levelon:fields that provide custom tokens for pre-activation reactions, status comments, and skip-if search queries.Documentation Commits Reviewed
2a255d2Update gh-aw-mcpg version to v0.1.15 (no doc changes)Code Sources Verified
pkg/workflow/compiler_types.go—SafeOutputsConfigstruct andSkipIfMatchConfig/SkipIfNoMatchConfigpkg/workflow/call_workflow.go—CallWorkflowConfigstruct and parserpkg/workflow/create_pull_request.go—CreatePullRequestsConfig.PreserveBranchNamepkg/workflow/frontmatter_types.go—CheckoutDisabledfieldpkg/parser/schemas/main_workflow_schema.json— schema for all new fieldsValidation