This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 9d5d76eeb [OPENMEETINGS-2820] [INFRA] Set up default rulesets for
default and release branches (#237)
9d5d76eeb is described below
commit 9d5d76eebae5797bbfd8a452aed7730302d00921
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 21:21:31 2026 -0500
[OPENMEETINGS-2820] [INFRA] Set up default rulesets for default and release
branches (#237)
* Set up default protection ruleset for default and release branches
* License header is added
---------
Co-authored-by: Maxim Solodovnik <[email protected]>
---
.asf.yaml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..e297d736d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License")
http://www.apache.org/licenses/LICENSE-2.0
+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