Skip to content

Align "Download safe outputs items manifest" step name to Title Case - #50176

Merged
pelikhan merged 2 commits into
mainfrom
copilot/step-names-align-capitalization
Aug 4, 2026
Merged

Align "Download safe outputs items manifest" step name to Title Case#50176
pelikhan merged 2 commits into
mainfrom
copilot/step-names-align-capitalization

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

One compiler-generated step name used lowercase "safe outputs" while every sibling Safe Outputs step in the same job consistently uses Title Case, causing an inconsistency across roughly 270 generated .lock.yml files.

  • Step name fix: pkg/workflow/notify_comment.go now emits Download Safe Outputs Items Manifest instead of Download safe outputs items manifest, matching sibling steps like Generate Safe Outputs Config, Process Safe Outputs, and Upload Safe Outputs Items.
  • Test updates: assertions in pkg/workflow/notify_comment_test.go updated to match the new capitalization.
  • Recompiled workflows: ran make recompile to regenerate all affected .lock.yml files with the corrected step name.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Align step names in notify_comment.go with Safe Outputs convention Align "Download safe outputs items manifest" step name to Title Case Aug 4, 2026
Copilot AI requested a review from pelikhan August 4, 2026 05:17
@pelikhan
pelikhan marked this pull request as ready for review August 4, 2026 05:18
Copilot AI balanced review requested due to automatic review settings August 4, 2026 05:18
@pelikhan
pelikhan merged commit 5aecd18 into main Aug 4, 2026
@pelikhan
pelikhan deleted the copilot/step-names-align-capitalization branch August 4, 2026 05:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the compiler-generated Safe Outputs manifest download step with established Title Case conventions.

Changes:

  • Capitalizes the generated step name.
  • Updates corresponding test assertions.
  • Regenerates 270 affected workflow lock files.
Show a summary per file
File Description
pkg/workflow/notify_comment.go Updates the generated step name.
pkg/workflow/notify_comment_test.go Updates step-name assertions.
.github/workflows/*.lock.yml (270 files) Propagates the corrected generated step name.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 272/272 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.4

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.

[step-names] Align step names in notify_comment.go with Safe Outputs capitalization convention

3 participants