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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 97d73eba protect 1.3.x branch (#705)
97d73eba is described below
commit 97d73eba2e0f586626a8e599d57e1a4465339da0
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 19 09:31:23 2026 +0100
protect 1.3.x branch (#705)
---
.asf.yaml | 12 ++++++++++++
.github/workflows/publish-nightly.yml | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9c1ccf96..af1aec31 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,6 +47,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
1.2.x:
required_status_checks:
# strict means "Require branches to be up to date before merging".
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 4890d352..3c90bf33 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -3,7 +3,7 @@ name: Publish
on:
workflow_dispatch:
schedule:
- - cron: "22 0 * * *"
+ - cron: "0 22 * * *"
jobs:
publish-artifacts:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]