diff --git a/.asf.yaml b/.asf.yaml index 7770a42..ac39728 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -32,3 +32,16 @@ github: issues: true projects: true + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true