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

pjfanning 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 01acfda  protect 1.3.x branch (#482)
01acfda is described below

commit 01acfdae28846a484d257eeeddfb790ce034e4dc
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 4 13:43:17 2026 +0100

    protect 1.3.x branch (#482)
---
 .asf.yaml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 90aa6cf..1f9eb1e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -78,7 +78,19 @@ 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.3.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