Skip to content

fix(ci): add default bump value for mobile workflow_dispatch#4

Merged
aliasunder merged 1 commit into
mainfrom
fix/manual-release-default-bump
May 11, 2026
Merged

fix(ci): add default bump value for mobile workflow_dispatch#4
aliasunder merged 1 commit into
mainfrom
fix/manual-release-default-bump

Conversation

@aliasunder

Copy link
Copy Markdown
Owner

Summary

The workflow_dispatch UI in the GitHub mobile app keeps the Run Workflow button disabled until every required input has an explicit value. Choice inputs without a default: don't count — the placeholder shows the first option but no value is actually selected, so the button stays greyed out (see screenshot in the conversation thread).

Adds default: patch so the field arrives pre-selected and the button is immediately clickable.

Test plan

  • Open the Actions tab in the mobile app → Manual Release → Run workflow → confirm the Run button is enabled without any extra taps.
  • Web UI: dispatch with each of patch/minor/major to confirm all three options still work.

https://claude.ai/code/session_015g4xhKW97kcwXfcoS9rDYL


Generated by Claude Code

The mobile GitHub app's workflow_dispatch UI won't enable the Run
button until a default is set for required choice inputs, even
though the placeholder shows the first option.
@aliasunder
aliasunder merged commit d399ccd into main May 11, 2026
1 check passed
@aliasunder
aliasunder deleted the fix/manual-release-default-bump branch May 19, 2026 04:33
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.

2 participants