Skip to content

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

Merged
pelikhan merged 1 commit intomainfrom
sync-instructions-v0.40.1-219c7f82c0091989
Mar 16, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.40.1#21137
pelikhan merged 1 commit intomainfrom
sync-instructions-v0.40.1-219c7f82c0091989

Conversation

@github-actions
Copy link
Contributor

Instructions Update - Synchronized with v0.40.1

This PR updates github-agentic-workflows.md based on a code audit against the safe-outputs implementation after the v0.40.1 release.

Changes Made

  • add-comment.footer: Added missing footer boolean field to the add-comment example. The field exists in AddCommentsConfig (pkg/workflow/add_comment.go) and the JSON schema but was absent from the instructions. When false, omits the visible footer while preserving XML markers for searchability.

  • safe-outputs.failure-issue-repo: Added missing global failure-issue-repo string field. The field exists in SafeOutputsConfig (pkg/workflow/compiler_types.go) and the JSON schema (with description and pattern) but was not documented. Allows redirecting failure tracking issues to another repository when the current repo has issues disabled.

Documentation Commits Reviewed

  • 6d9b060 fix(workflows): normalize report formatting in output templates — workflow-only change, 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 (compiler_types.go, add_comment.go, main_workflow_schema.json)
  • Removed outdated or redundant content (none needed)

Generated by Instructions Janitor ·

  • expires on Mar 18, 2026, 12:00 AM UTC

Add two missing safe-outputs fields identified by auditing code against instructions:

- add-comment.footer: boolean flag to omit visible footer while preserving XML markers
- safe-outputs.failure-issue-repo: string field to redirect failure tracking issues to another repo

Both fields exist in SafeOutputsConfig/AddCommentsConfig structs and in the JSON schema but were absent from the instructions file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pelikhan pelikhan merged commit c1790fb into main Mar 16, 2026
@pelikhan pelikhan deleted the sync-instructions-v0.40.1-219c7f82c0091989 branch March 16, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant