diff --git a/.asf.yaml b/.asf.yaml index c5ab4dc4..35f5f36c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -2,5 +2,19 @@ publish: whoami: master staging: - profile: ~ - whoami: stage + profile: + whoami: stage +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