Skip to content

[instructions] Sync github-agentic-workflows.md with v0.40.1 — document safe-outputs step action outputs#20134

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-action-outputs-930cd5c6c36fd144
Mar 9, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.40.1 — document safe-outputs step action outputs#20134
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.40.1-action-outputs-930cd5c6c36fd144

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 8, 2026

Instructions Update — Synchronized with v0.40.1

This PR updates github-agentic-workflows.md based on the code change since the last release.

Changes Made

  • Expanded the vague "Output Variables" bullet in the Output Processing section (appears twice, once in the main schema section and once in the tutorial section) to list the specific named step outputs now properly emitted by the safe-outputs handler manager:
    • create-issuecreated_issue_number, created_issue_url
    • create-pull-requestcreated_pr_number, created_pr_url
    • add-commentcomment_id, comment_url
    • push-to-pull-request-branchpush_commit_sha, push_commit_url

Documentation Commits Reviewed

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against actions/setup/js/safe_outputs_action_outputs.cjs (source of truth)
  • Removed no content — only precision-added the missing output names

Generated by Instructions Janitor ·

  • expires on Mar 10, 2026, 11:55 PM UTC

Update Output Variables bullets in github-agentic-workflows.md to list
the named step outputs emitted by the safe-outputs handler manager for
downstream job consumption:

  - create-issue     → created_issue_number, created_issue_url
  - create-pull-request → created_pr_number, created_pr_url
  - add-comment      → comment_id, comment_url
  - push-to-pull-request-branch → push_commit_sha, push_commit_url

Mirrors the fix in #20130 (4728d84) that properly emits these outputs
from the handler manager via emitSafeOutputActionOutputs().

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 8, 2026
@pelikhan pelikhan merged commit df00bd4 into main Mar 9, 2026
@pelikhan pelikhan deleted the instructions/sync-v0.40.1-action-outputs-930cd5c6c36fd144 branch March 9, 2026 00:11
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