Merge pull request #79 from apache/infrastructure-ruleset-bot/default-branch-protection
[INFRA] Set up default rulesets for default and release branches
diff --git a/.asf.yaml b/.asf.yaml
index 2e12d16..df4fe1d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,3 +16,16 @@
github:
homepage: https://datasketches.apache.org
description: "PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp"
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true