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


The following commit(s) were added to refs/heads/main by this push:
     new 55847e3f protect 1.3.x branch and add CI for that branch (#503)
55847e3f is described below

commit 55847e3fcf02696ce5ebc31a60e30cf362501a51
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 17 09:34:19 2026 +0100

    protect 1.3.x branch and add CI for that branch (#503)
---
 .asf.yaml                                                    | 12 ++++++++++++
 .github/workflows/nightly-pekko-1.x-tests.yml                |  2 +-
 .github/workflows/publish-1.2-nightly.yml                    |  2 --
 .../{publish-1.2-nightly.yml => publish-1.3-nightly.yml}     |  4 ++--
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d1b61ad1..b41dbeee 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -78,6 +78,18 @@ github:
         dismiss_stale_reviews: false
         require_code_owner_reviews: false
         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]
diff --git a/.github/workflows/nightly-pekko-1.x-tests.yml 
b/.github/workflows/nightly-pekko-1.x-tests.yml
index cb60b3d9..b9ec012b 100644
--- a/.github/workflows/nightly-pekko-1.x-tests.yml
+++ b/.github/workflows/nightly-pekko-1.x-tests.yml
@@ -24,7 +24,7 @@ jobs:
         with:
           fetch-depth: 0
           fetch-tags: true
-          ref: 1.2.x
+          ref: 1.3.x
 
       - name: Setup JDK ${{ matrix.java-version }}
         uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
diff --git a/.github/workflows/publish-1.2-nightly.yml 
b/.github/workflows/publish-1.2-nightly.yml
index deec93e3..66152ba9 100644
--- a/.github/workflows/publish-1.2-nightly.yml
+++ b/.github/workflows/publish-1.2-nightly.yml
@@ -5,8 +5,6 @@ permissions:
 
 on:
   workflow_dispatch:
-    schedule:
-    - cron: "22 0 * * *"
 
 jobs:
   publish12:
diff --git a/.github/workflows/publish-1.2-nightly.yml 
b/.github/workflows/publish-1.3-nightly.yml
similarity index 96%
copy from .github/workflows/publish-1.2-nightly.yml
copy to .github/workflows/publish-1.3-nightly.yml
index deec93e3..08ad0d43 100644
--- a/.github/workflows/publish-1.2-nightly.yml
+++ b/.github/workflows/publish-1.3-nightly.yml
@@ -5,7 +5,7 @@ permissions:
 
 on:
   workflow_dispatch:
-    schedule:
+  schedule:
     - cron: "22 0 * * *"
 
 jobs:
@@ -22,7 +22,7 @@ jobs:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
           fetch-tags: true
-          ref: 1.2.x
+          ref: 1.3.x
 
       - name: Setup Java 8
         uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0


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

Reply via email to