Skip to content
Discussion options

You must be logged in to vote

I received a very helpful answer to the ticket I opened about this (thank you Paul from GitHub).

This is working as expected. The required status protection rule is expecting the checks to be named build-aarch and build-arm but the checks generated by a matrix job will include the name of the current matrix entry e.g. build-aarch (raspberrypi_zero_w) which is a different name from what the check is expecting. This appears to be a recent change (those checks were made required about 2 weeks ago) that is why you are seeing it on your recent pull requests that target any branch with the pattern *.x.

You will need to edit the branch protection rules (for the *.x branch pattern) to remove tho…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dhalbert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Feedback Share your thoughts and suggestions on GitHub features and improvements
1 participant