Skip to content

feat: add DCD_CHECK_NAME for per-run GitHub check names - #3

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

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

Conversation

@finalerock44

Copy link
Copy Markdown
Contributor

A commit tested by more than one job posts GitHub checks that all share one name. GitHub matches required checks by name, so branch protection holds a single entry for them and the gate follows whichever job finished last — an Android pass can clear what an iOS failure should have held.

DCD_CHECK_NAME maps to a gh_check_name metadata pair, which the backend appends to the base name ("DeviceCloud / iOS"). The examples set it per platform, which is the case it exists for.

A commit tested by more than one job posts GitHub checks that all share one
name. GitHub matches required checks by name, so branch protection holds a
single entry for them and the gate follows whichever job finished last — an
Android pass can clear what an iOS failure should have held.

DCD_CHECK_NAME maps to a gh_check_name metadata pair, which the backend appends
to the base name ("DeviceCloud / iOS"). The examples set it per platform, which
is the case it exists for.
@finalerock44 finalerock44 self-assigned this Aug 25, 2026
@finalerock44
finalerock44 merged commit 9ead0db into main Aug 26, 2026
2 checks passed
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