Skip to content

[instructions] Sync instruction files with release v0.73.0#31184

Merged
pelikhan merged 1 commit into
mainfrom
instructions/sync-v0.73.0-dd0bb6d3e6a2dba4
May 9, 2026
Merged

[instructions] Sync instruction files with release v0.73.0#31184
pelikhan merged 1 commit into
mainfrom
instructions/sync-v0.73.0-dd0bb6d3e6a2dba4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

Instructions Update - Synchronized with v0.73.0

This PR updates instruction files in .github/aw/ based on a code-vs-instructions audit against the latest release.

Files Changed

  • .github/aw/safe-outputs.md: Add set-issue-field operation entry alongside set-issue-type. The operation is implemented in pkg/workflow/set_issue_field.go, parsed in pkg/workflow/safe_outputs_config.go, and defined in pkg/parser/schemas/main_workflow_schema.json, but was undocumented in the agent-facing instruction file.

Documentation Commits Reviewed

Audit Summary

Safe-outputs operations — code (safe_outputs_config.go, compiler_types.go) and JSON schema list 40+ operations. All were already documented in safe-outputs.md except set-issue-field, which is now added.

Global config keys — all global keys (github-token, allowed-domains, allowed-github-references, messages, mentions, runs-on, footer, staged, env, steps, max-bot-mentions, activation-comments, max-patch-size, max-patch-files, group-reports, report-failure-as-issue, failure-issue-repo, id-token, concurrency-group, needs, environment, github-app, threat-detection, jobs, scripts, actions) are documented and match code.

Size Audit

File Before After Target Status
github-agentic-workflows.md 193 193 < 250 OK
safe-outputs.md 994 1007 < 1100 OK
syntax.md 940 940 < 1000 OK
triggers.md 165 165 < 200 OK
context.md 200 200 < 250 OK
cli-commands.md 246 246 < 400 OK

All instruction files remain within their target size limits.

Validation

  • Imperative mood, minimal example matching neighboring set-issue-type entry
  • Routed to the correct sub-file (safe-outputs.md, not the main file)
  • No content duplication introduced
  • File sizes within target limits
  • Verified accuracy against pkg/workflow/set_issue_field.go and the JSON schema (set-issue-field block at line 7765)

Generated by Instructions Janitor · ● 18.5M ·

  • expires on May 11, 2026, 9:06 AM UTC

The set-issue-field safe-output operation exists in code (pkg/workflow/set_issue_field.go) and the JSON schema, but was missing from .github/aw/safe-outputs.md. Add a concise reference entry alongside set-issue-type so agents authoring workflows learn about it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation instructions labels May 9, 2026
@pelikhan pelikhan merged commit 38bd440 into main May 9, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.73.0-dd0bb6d3e6a2dba4 branch May 9, 2026 11:34
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