[instructions] Sync github-agentic-workflows.md with v0.68.3#26607
Merged
[instructions] Sync github-agentic-workflows.md with v0.68.3#26607
Conversation
Document three fields present in code/schema but missing from instructions: - pre-steps: (runs before checkout, useful for token minting) - run-install-scripts: (security opt-in for npm install scripts) - on.stale-check: (disable frontmatter hash check for cross-repo rulesets) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Hey One small note: no test files were changed in this PR. For a pure documentation sync like this one, test coverage isn't typically applicable — but if any of the newly-documented fields ( If you'd like a hand addressing any gaps, you can assign this prompt to your coding agent:
|
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.68.3
This PR updates
github-agentic-workflows.mdbased on code/schema audit since v0.68.3 (last sync was v0.68.1). No doc files changed since the release; changes are driven by the code-vs-instructions comparison.Changes Made
pre-steps:field — Added to the Core GitHub Actions Fields section (betweenname:andsteps:). This top-level field runs custom steps before checkout and is already listed in the imports merge table but had no dedicated definition.run-install-scripts:field — Added afterruntimes:in the Agentic Workflow Specific Fields section. Security opt-in (default:false) that allows npm install scripts to run; emits a supply chain security warning at compile time.on.stale-check:sub-field — Added to theon:sub-fields section. Disables the frontmatter hash check in the activation job; needed for cross-repo org ruleset deployments.Documentation Commits Reviewed
f42052bPrevent false CLI Version Checker failures when safe outputs were already produced (Prevent false CLI Version Checker failures when safe outputs were already produced #26570) — only changedlog_parser_bootstrap.cjs, no doc impactSafe-Outputs Code Audit
Compared
SafeOutputsConfigstruct fields inpkg/workflow/compiler_types.goandextractSafeOutputsConfiginpkg/workflow/safe_outputs_config.goagainst the instructions. All safe-output operations, configuration fields, and behavior notes are accurately reflected. No gaps found in safe-outputs coverage.Validation