diff --git a/.asf.yaml b/.asf.yaml index a436ef4..1d32e88 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -39,3 +39,15 @@ github: - id: sbglasius type: User wait_timer: 0 + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "*.x" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true