Conversation
…ions Document two features that were implemented in code but missing from the github-agentic-workflows.md instructions file: - skip-if-check-failing: on: section field that skips workflow when CI checks are failing. Supports boolean (true) and object forms with include/exclude/branch/allow-pending options. - label-command: trigger that activates when specific labels are added to issues, PRs, or discussions. Supports shorthand string form (on: label-command my-label) and full object form with name/names, events, and remove_label configuration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Mar 26, 2026
This was referenced Mar 26, 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.40.1
This PR updates
github-agentic-workflows.mdbased on a code audit comparing the current implementation against the instructions file. Two features were found implemented in code but missing from documentation.Changes Made
Added
skip-if-check-failing: Documents theon:section field that skips workflow execution when CI checks are failing on the triggering ref. Covers boolean form (true) and object form withinclude,exclude,branch, andallow-pendingoptions.Added
label-commandtrigger: Documents the label-based trigger that activates when specific labels are added to issues, PRs, or discussions. Covers the shorthand string form (on: label-command my-label) and the full object form withname/names,events, andremove_labelconfiguration.Documentation Commits Reviewed
5423055chore: add agentic fraction & action minutes tracking (no instructions impact)Validation
pkg/workflow/compiler_types.go,stop_after.go,label_command.go,frontmatter_extraction_yaml.go, test files)