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


The following commit(s) were added to refs/heads/main by this push:
     new 25ed2d6a98 protect 1.7.x  and setup ci (#2976)
25ed2d6a98 is described below

commit 25ed2d6a9828b117be48d442c5631a31c6bae652
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 17 09:34:38 2026 +0100

    protect 1.7.x  and setup ci (#2976)
---
 .asf.yaml                                                    | 12 ++++++++++++
 .github/workflows/nightly-1.6-builds.yml                     |  2 --
 .../{nightly-1.6-builds.yml => nightly-1.7-builds.yml}       |  4 ++--
 .github/workflows/publish-1.6-nightly.yml                    |  2 --
 .../{publish-1.6-nightly.yml => publish-1.7-nightly.yml}     |  6 +++---
 5 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e782724936..f45d7f8f3a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -133,6 +133,18 @@ github:
         dismiss_stale_reviews: false
         require_code_owner_reviews: false
         required_approving_review_count: 1
+    1.7.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-1.6-builds.yml 
b/.github/workflows/nightly-1.6-builds.yml
index f5d14be5a1..796ec6f9a6 100644
--- a/.github/workflows/nightly-1.6-builds.yml
+++ b/.github/workflows/nightly-1.6-builds.yml
@@ -9,8 +9,6 @@
 name: Nightly Builds (1.6)
 
 on:
-  schedule:
-    - cron: "0 0 * * *"
   workflow_dispatch:
 
 permissions: {}
diff --git a/.github/workflows/nightly-1.6-builds.yml 
b/.github/workflows/nightly-1.7-builds.yml
similarity index 99%
copy from .github/workflows/nightly-1.6-builds.yml
copy to .github/workflows/nightly-1.7-builds.yml
index f5d14be5a1..138330e352 100644
--- a/.github/workflows/nightly-1.6-builds.yml
+++ b/.github/workflows/nightly-1.7-builds.yml
@@ -6,7 +6,7 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
  
-name: Nightly Builds (1.6)
+name: Nightly Builds (1.7)
 
 on:
   schedule:
@@ -27,7 +27,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.6.x
+          ref: 1.7.x
 
       - name: Setup Java 11
         uses: actions/setup-java@v5
diff --git a/.github/workflows/publish-1.6-nightly.yml 
b/.github/workflows/publish-1.6-nightly.yml
index 1ca13b3fd2..8745cb5b5d 100644
--- a/.github/workflows/publish-1.6-nightly.yml
+++ b/.github/workflows/publish-1.6-nightly.yml
@@ -21,8 +21,6 @@ name: Publish nightly 1.6 snapshots
 
 on:
   workflow_dispatch:
-  schedule:
-    - cron: "0 0 * * *"
 
 permissions:
   contents: read
diff --git a/.github/workflows/publish-1.6-nightly.yml 
b/.github/workflows/publish-1.7-nightly.yml
similarity index 96%
copy from .github/workflows/publish-1.6-nightly.yml
copy to .github/workflows/publish-1.7-nightly.yml
index 1ca13b3fd2..44e98aa02b 100644
--- a/.github/workflows/publish-1.6-nightly.yml
+++ b/.github/workflows/publish-1.7-nightly.yml
@@ -17,7 +17,7 @@
 
 # Based on Apache Arrow's java-nightly workflow
 # 
https://github.com/apache/arrow/blob/master/.github/workflows/java_nightly.yml
-name: Publish nightly 1.6 snapshots
+name: Publish nightly 1.7 snapshots
 
 on:
   workflow_dispatch:
@@ -29,7 +29,7 @@ permissions:
 
 jobs:
   publish-nightly:
-    name: Publish 1.6 nightly
+    name: Publish 1.7 nightly
     runs-on: ubuntu-22.04
     if: github.repository == 'apache/pekko'
     env:
@@ -41,7 +41,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.6.x
+          ref: 1.7.x
 
       - name: Setup Java 11
         uses: actions/setup-java@v5


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

Reply via email to