bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
75 stars 20 forks source link

feat: provide stable-named job for branch protection #124

Closed alexeagle closed 1 month ago

alexeagle commented 1 month ago

GitHub actions matrix "test" gets expanded to many status checks, making it impossible to keep the branch protection settings in the GitHub UI up-to-date as the matrix cells are updated.

This provides a "conclusion" status which can be used instead. Thanks @mattmoor for the code!

Demo: https://github.com/bazel-contrib/rules-template/actions/runs/9783272801/job/27011588324?pr=124