Skip to content

[instructions] Sync github-agentic-workflows.md with v0.40.1#23086

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-skip-if-check-failing-label-command-a0f1f7b4bdbd8538
Mar 26, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.40.1#23086
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-skip-if-check-failing-label-command-a0f1f7b4bdbd8538

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Instructions Update - Synchronized with v0.40.1

This PR updates github-agentic-workflows.md based 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 the on: section field that skips workflow execution when CI checks are failing on the triggering ref. Covers boolean form (true) and object form with include, exclude, branch, and allow-pending options.

  • Added label-command trigger: 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 with name/names, events, and remove_label configuration.

Documentation Commits Reviewed

  • 5423055 chore: add agentic fraction & action minutes tracking (no instructions impact)

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against current codebase (pkg/workflow/compiler_types.go, stop_after.go, label_command.go, frontmatter_extraction_yaml.go, test files)
  • All other safe-outputs operations verified as already documented

Generated by Instructions Janitor ·

  • expires on Mar 28, 2026, 10:58 AM UTC

…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>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation instructions labels Mar 26, 2026
@github-actions github-actions bot mentioned this pull request Mar 26, 2026
@pelikhan pelikhan merged commit 893b701 into main Mar 26, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.40.1-skip-if-check-failing-label-command-a0f1f7b4bdbd8538 branch March 26, 2026 12:57
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