Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14
github: rulesets: - name: "Default Branch Protection" type: branch branches: includes: - "~DEFAULT_BRANCH" - "release/*" - "rel/*" excludes: [] bypass_teams: - root restrict_deletion: true restrict_force_push: true