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-aws.git


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

commit efa469fcbcc14eacceea591e167884066ed2c117
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 24 01:19:42 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 9a311b2..4fe8e5e 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]
+  jobs: [email protected]
   jira_options: link label

Reply via email to