This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new c4336a83d Set up default protection ruleset for default and release
branches (#1715)
c4336a83d is described below
commit c4336a83d93209591c31e180294e37d0b8de5fc5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 02:29:20 2026 -0500
Set up default protection ruleset for default and release branches (#1715)
---
.asf.yaml | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index dae11d120..d3cb7cb97 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,8 +16,8 @@
# under the License.
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
jira_options: link label worklog
github:
@@ -36,11 +36,24 @@ github:
enabled_merge_buttons:
squash: true
merge: false
- rebase: false
+ rebase: false
features:
- issues: true
+ issues: true
# publishes the content of the `asf-site` branch to
# https://datafusion.apache.org/ballista/
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
publish:
whoami: asf-site
- subdir: ballista
\ No newline at end of file
+ subdir: ballista
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]