Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading