This is an automated email from the ASF dual-hosted git repository.
david-streamlio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new c736bd37 Set up default protection ruleset for default and release
branches (#25)
c736bd37 is described below
commit c736bd37eab220f2a08f75e112035216f582fa80
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu Jul 9 18:17:14 2026 -0500
Set up default protection ruleset for default and release branches (#25)
Co-authored-by: David Kjerrumgaard
<[email protected]>
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index f80f9755..8efe56f8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,6 +46,19 @@ github:
required_linear_history: true
required_signatures: false
required_conversation_resolution: true
+ 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]