Goal: allow easy activation of branch protection in github via rule set.
Normally, all targets that must be green must be hand-configured. This is flaky.
Instead, implement via CI gate so that rules don't need to list all possible targets.
See https://github.com/rodekruis/qualitative-feedback-analysis/blob/main/.github/workflows/ci.yaml for reference.
Goal: allow easy activation of branch protection in github via rule set.
Normally, all targets that must be green must be hand-configured. This is flaky.
Instead, implement via CI gate so that rules don't need to list all possible targets.
See https://github.com/rodekruis/qualitative-feedback-analysis/blob/main/.github/workflows/ci.yaml for reference.