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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 4388cc0  protect 1.1.x and 1.2.x branches (#241)
4388cc0 is described below

commit 4388cc0cfcd1032e8893f437256b74d6aa5b70d6
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Sep 27 10:40:34 2025 +0100

    protect 1.1.x and 1.2.x branches (#241)
---
 .asf.yaml | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e88104b..90aa6cf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -54,7 +54,31 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: false
         require_code_owner_reviews: false
-        required_approving_review_count: 1        
+        required_approving_review_count: 1
+    1.1.x:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+        contexts:
+          - Code is formatted
+          - Check headers
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+    1.2.x:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+        contexts:
+          - Code is formatted
+          - Check headers
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1 
 
 notifications:
   commits:              [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to