Skip to content

Conversation

@maxisbey
Copy link
Contributor

Motivation and Context

PRs targeting v1.x are permanently blocked because the repository ruleset requires an all-green status check, but the pull-request-checks.yml workflow on this branch doesn't include that job.

On main, the CI workflow has an all-green aggregation job. The v1.x branch split the workflow into separate files (pull-request-checks.yml and main-checks.yml) but omitted the all-green job from the PR workflow.

Changes

Adds the all-green job to pull-request-checks.yml, matching the pattern used on main. This unblocks PR #1928 and any future PRs targeting v1.x.

The repository ruleset requires an 'all-green' status check for PRs
targeting v1.x, but the pull-request-checks workflow was missing this
job. This caused PRs to v1.x to be permanently blocked despite all
individual checks passing.

Add the all-green aggregation job matching the pattern used in main's
CI workflow.
@maxisbey maxisbey merged commit d3787c9 into v1.x Jan 22, 2026
19 checks passed
@maxisbey maxisbey deleted the fix/v1x-all-green branch January 22, 2026 13:56
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.

3 participants