Skip to content

ci: markers check reports on merge_group (unblock the queue) [bump:patch]#19

Merged
julian-goldstein merged 1 commit into
masterfrom
fix-markers-merge-group
Jun 19, 2026
Merged

ci: markers check reports on merge_group (unblock the queue) [bump:patch]#19
julian-goldstein merged 1 commit into
masterfrom
fix-markers-merge-group

Conversation

@julian-goldstein

Copy link
Copy Markdown
Contributor

Fixes the merge-queue deadlock: a required markers check + merge queue blocks forever because the queue fires merge_group and waits for the check to report there, but commit-convention.yml only triggered on pull_request.

Adds the merge_group trigger; the validate step stays gated to pull_request (markers are enforced at PR open), so on merge_group the job runs and reports green — letting the queue land.

This PR is itself caught by the deadlock — merge it with gh pr merge <n> --admin --squash once (after #18). After it's on master, the queue works with markers required, no more --admin needed.

…ump:patch]

A required 'markers' check + merge queue deadlocks: the queue fires merge_group
and waits for required checks to report there, but the check only triggered on
pull_request. Add the merge_group trigger; the validate step stays gated to
pull_request (markers are already enforced at PR open), so on merge_group the
job runs and reports green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@julian-goldstein julian-goldstein added this pull request to the merge queue Jun 19, 2026
@julian-goldstein julian-goldstein removed this pull request from the merge queue due to a manual request Jun 19, 2026
@julian-goldstein julian-goldstein merged commit 3ea3369 into master Jun 19, 2026
1 check 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