Skip to content

feat: add check_name input for per-run GitHub check names - #7

Merged
finalerock44 merged 1 commit into
mainfrom
feat/per-run-github-check-name
Aug 26, 2026
Merged

feat: add check_name input for per-run GitHub check names#7
finalerock44 merged 1 commit into
mainfrom
feat/per-run-github-check-name

Conversation

@finalerock44

Copy link
Copy Markdown
Contributor

A commit tested more than once posts GitHub checks that all share one name, and GitHub matches required checks by name — so branch protection holds a single entry for all of them and the gate follows whichever run finished last. check_name rides through as a gh_check_name metadata pair, which the backend appends to the base name ("DeviceCloud / iOS").

Passed as its own quoted -m pair rather than folded into metadata_parsed: that variable is expanded unquoted, so a check name containing a space would split into two argv entries and the stray word would land where the positional app file / workspace go.

The npx stub now echoes one line per argv entry so the test can tell those two cases apart.

A commit tested more than once posts GitHub checks that all share one name, and
GitHub matches required checks by name — so branch protection holds a single
entry for all of them and the gate follows whichever run finished last.
check_name rides through as a gh_check_name metadata pair, which the backend
appends to the base name ("DeviceCloud / iOS").

Passed as its own quoted `-m` pair rather than folded into metadata_parsed:
that variable is expanded unquoted, so a check name containing a space would
split into two argv entries and the stray word would land where the positional
app file / workspace go.

The npx stub now echoes one line per argv entry so the test can tell those two
cases apart.
@finalerock44 finalerock44 self-assigned this Aug 25, 2026
@finalerock44
finalerock44 merged commit ae29640 into main Aug 26, 2026
4 checks passed
@finalerock44
finalerock44 deleted the feat/per-run-github-check-name branch August 26, 2026 14:59
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