diff --git a/.asf.yaml b/.asf.yaml index 6373e2bc..33ebc904 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -37,10 +37,23 @@ github: discussions: true wiki: false projects: false - protected_branches: ~ + protected_branches: collaborators: - Xuanwo + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true notifications: commits: commits@paimon.apache.org issues: issues@paimon.apache.org