frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
4 stars 7 forks source link

Fix the Queue PRs for v0.x.x.json ruleset #263

Closed llucax closed 5 months ago

llucax commented 5 months ago

The ruleset now matches the requirements of the Protect version branches ruleset, including all CI checks that must pass.

Without this, the queued PRs were merged even if the checks failed.

This sadly introduces some redundancy, but we can't use only one rule if we want the main rule to use wildcards, so all new version branches are protected by default.