ci: add a stable required check so the test matrix can change - #100
Merged
Merged
Conversation
Branch protection was pinned to a single matrix cell (macos + a Python version). Adding a CI success job with a fixed name keeps merges unblocked when versions are added or dropped. Co-authored-by: Cursor <cursoragent@cursor.com>
dpandey-godaddy
approved these changes
Aug 31, 2026
dileeppandey
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI successjob with a fixed name so branch protection is not pinned to one matrix cell (the macos + Python 3.9 check that blocked #99).::set-outputstep and the no-op matrixinclude.actions/checkoutandactions/setup-pythonoff Node 16-deprecated tags.After this PR is green, point required checks at CI success (not
Format and Tests (macos-latest, …)). Then rebase #99 and keep theci-successjob when resolving theci.ymlconflict.Test plan
Format and Testsmatrix jobs passCI successis greenmain: required check isCI successmainand confirm it is no longer waiting on a dropped Python versionMade with Cursor