diff --git a/.asf.yaml b/.asf.yaml index 2885b5c2e..8bcbdd34d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -33,3 +33,16 @@ github: - id: sbglasius type: User wait_timer: 0 + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true