[instructions] Sync github-agentic-workflows.md with v0.68.3#27541
Merged
[instructions] Sync github-agentic-workflows.md with v0.68.3#27541
Conversation
Add two undocumented safe-outputs entries identified via code audit: - merge-pull-request (experimental) with policy gate fields - needs: global field for safe-outputs job dependencies 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 from the automated contribution check:
Everything else looks great: the PR is tightly scoped to one file, the description is thorough (audit trail, validation checklist, expiry date), no new dependencies, and it follows the core-team automation process perfectly. This looks ready for maintainer review! 🚀
|
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 a code audit comparing the instructions against the current safe-outputs implementation.Changes Made
merge-pull-requestsafe-output type — This experimental operation was implemented in the code (MergePullRequestConfigincompiler_types.go, schema entry inmain_workflow_schema.json) but absent from the instructions. Documented with its policy gate fields (required-labels,allowed-labels,allowed-branches) and experimental warning.needsglobal safe-outputs field — Available in code and schema (Needs []stringinSafeOutputsConfig) but not documented. Allows the safe-outputs job to depend on custom jobs defined injobs:.Documentation Commits Reviewed
03a893dEmit agent output metrics on OTLP conclusion spans for all outcomes — code-only change, no doc impactValidation
compiler_types.go,safe_outputs_config.go,main_workflow_schema.json,merge_pull_request.go)