[instructions] Sync github-agentic-workflows.md with release v0.68.3#28427
Merged
[instructions] Sync github-agentic-workflows.md with release v0.68.3#28427
Conversation
Documents the `checkout:` and `env:` fields introduced in v0.68.3 for import entries using the object form (`path:`/`uses:` + `with:`). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Apr 25, 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.68.3
This PR updates the
github-agentic-workflows.mdfile based on documentation changes since the last release (v0.68.1 was the previous sync).Changes Made
checkout:andenv:fields introduced in v0.68.3 for import entries using thepath:/uses:+with:syntax.env:— pass environment variables into the imported workflow contextcheckout:— specify which ref to check out when processing a specific import entryDocumentation Commits Reviewed
Only one docs-adjacent commit landed since v0.68.3 (
5080878), which modifies a workflow file (daily-architecture-diagram.md), not the instructions file.Safe-Outputs Code Audit
All operations parsed in
pkg/workflow/safe_outputs_config.goare already documented in the instructions file. No gaps found.Documentation Commits (v0.68.3 release) Reviewed
feat: support checkout field in importable shared workflows(feat: support checkout field in importable shared workflows #26292) → addedfeat: support env field in shared imports(feat: supportenvfield in shared imports #26113) → addedfix: add reply_to_id to add_comment MCP tool schema(fix: addreply_to_idtoadd_commentMCP tool schema #26288) → already documentedfix: rename --safe-update to --approve(fix: rename --safe-update to --approve and improve safe update UX #26160) → already documentedSkip Docker image validation, add --validate-images flag(Skip Docker image validation when Docker is unavailable, add --validate-images flag #26074) → already documentedfix: expose safe-outputs.actions custom action tools(fix: expose safe-outputs.actions custom action tools to agent MCP toolset #26291) → already documentedValidation
safe_outputs_config.go)