This is an automated email from the ASF dual-hosted git repository.

ferenc-csaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e7488a  [INFRA] Set up default protection ruleset for default and 
release branches
5e7488a is described below

commit 5e7488a33d0a7c34feb8d7702b67e1e990c4de95
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 01:39:23 2026 -0500

    [INFRA] Set up default protection ruleset for default and release branches
---
 .asf.yaml | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9cf67c2..fb64f25 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,9 +13,22 @@ github:
   autolink_jira: FLINK
   collaborators:
     - flinkbot
+  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]
-  jobs:         [email protected]
-  jira_options: link label
\ No newline at end of file
+  jobs: [email protected]
+  jira_options: link label

Reply via email to