diff --git a/.asf.yaml b/.asf.yaml index 46e8a845f..d887d726c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -30,5 +30,18 @@ github: merge: false rebase: false + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true publish: - whoami: asf-site + whoami: asf-site