Skip to content

[instructions] Sync github-agentic-workflows.md with v0.58.1#20876

Merged
pelikhan merged 1 commit intomainfrom
sync-instructions-v0.58.1-0c5e31ec838ff699
Mar 14, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.58.1#20876
pelikhan merged 1 commit intomainfrom
sync-instructions-v0.58.1-0c5e31ec838ff699

Conversation

@github-actions
Copy link
Contributor

Instructions Update - Synchronized with v0.58.1

This PR updates github-agentic-workflows.md based on new features introduced since the latest release (v0.58.1).

Changes Made

  • call-workflow safe output: Added documentation for the new call-workflow safe output type that enables workflow_call fan-out chaining. Contrasts with dispatch-workflow (compile-time static jobs vs. runtime API calls).
  • preserve-branch-name for create-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: Added false as a supported value for the checkout: field to disable automatic repository checkout entirely, reducing startup time.
  • scope: none for skip-if-match / skip-if-no-match: Added the scope field that disables automatic repo:owner/repo scoping, enabling org-wide or cross-repo queries.
  • on.github-token and on.github-app: Added documentation for the two new top-level on: fields that provide custom tokens for pre-activation reactions, status comments, and skip-if search queries.

Documentation Commits Reviewed

  • 2a255d2 Update gh-aw-mcpg version to v0.1.15 (no doc changes)

Code Sources Verified

  • pkg/workflow/compiler_types.goSafeOutputsConfig struct and SkipIfMatchConfig/SkipIfNoMatchConfig
  • pkg/workflow/call_workflow.goCallWorkflowConfig struct and parser
  • pkg/workflow/create_pull_request.goCreatePullRequestsConfig.PreserveBranchName
  • pkg/workflow/frontmatter_types.goCheckoutDisabled field
  • pkg/parser/schemas/main_workflow_schema.json — schema for all new fields

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against current codebase
  • Removed outdated or redundant content

Generated by Instructions Janitor ·

  • expires on Mar 16, 2026, 12:00 AM UTC

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>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation instructions labels Mar 14, 2026
@pelikhan pelikhan merged commit 180792e into main Mar 14, 2026
@pelikhan pelikhan deleted the sync-instructions-v0.58.1-0c5e31ec838ff699 branch March 14, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant