Skip to content

Commit 4de83ad

Browse files
committed
build: rename workflow_dispatch input labels for the GH UI
The GitHub Actions UI uses the input 'description' as the field label on workflow_dispatch. The previous wording read awkwardly (e.g. 'If true, evaluate without committing or notifying Slack' as a checkbox label). These shorter, label-style descriptions render cleanly.
1 parent 73af6c0 commit 4de83ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-patch-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
workflow_dispatch:
77
inputs:
88
dry_run:
9-
description: If true, evaluate without committing or notifying Slack
9+
description: Dry run (no commit, tag, or Slack notification)
1010
type: boolean
1111
default: true
1212
force_release:
13-
description: If true, release even when the commit range contains unsafe commits
13+
description: Force release (override unsafe-commit check)
1414
type: boolean
1515
default: false
1616
release_type:
17-
description: Which component of the version to bump
17+
description: Version bump
1818
type: choice
1919
options:
2020
- patch

0 commit comments

Comments
 (0)