Skip to content

ci(release): name runs after the chosen mode - #54

Merged
using-system merged 1 commit into
mainfrom
ci/release-run-name
Aug 23, 2026
Merged

ci(release): name runs after the chosen mode#54
using-system merged 1 commit into
mainfrom
ci/release-run-name

Conversation

@using-system

Copy link
Copy Markdown
Owner

What

Adds a run-name to the release workflow carrying the dispatch input: runs now show as release: propose or release: publish in the Actions run list instead of the bare workflow name.

Why

The two acts of the manual release flow were indistinguishable in the run list without opening each run. workflow_dispatch is the workflow's only trigger, so inputs.mode is always populated; the input is a two-value choice, so no free-form user data enters the run name. No action references touched — existing SHA pins intact.

Notes

Takes effect for runs launched after this lands on main (dispatch workflows run from the default branch).

🤖 Generated with Claude Code

A release run's list entry showed only the workflow name; propose and
publish runs were indistinguishable without opening them. run-name now
carries inputs.mode - workflow_dispatch is the only trigger, so the
input is always populated.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@using-system
using-system merged commit a2c5a7f into main Aug 23, 2026
8 checks passed
@using-system
using-system deleted the ci/release-run-name branch August 23, 2026 20:18
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