branch protection
diff --git a/.asf.yml b/.asf.yml new file mode 100644 index 0000000..69a22aa --- /dev/null +++ b/.asf.yml
@@ -0,0 +1,10 @@ +# see https://s.apache.org/asfyaml +github: + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + restrict_deletion: true + restrict_force_push: true \ No newline at end of file