This is an automated email from the ASF dual-hosted git repository.
shibd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new 3f4b619 Set up default protection ruleset for default and release
branches (#484)
3f4b619 is described below
commit 3f4b6190ba86d2e6ae95f02b67098932d7e9de3b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 25 06:08:42 2026 -0500
Set up default protection ruleset for default and release branches (#484)
---
.asf.yaml | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a07439b..97918fd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,15 +39,28 @@ github:
projects: true
enabled_merge_buttons:
# enable squash button:
- squash: true
+ squash: true
# disable merge button:
- merge: false
+ merge: false
# disable rebase button:
- rebase: false
+ rebase: false
+ 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: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
- discussions: [email protected]
+ discussions: [email protected]
jira_options: link label