This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new 2aa46afb1c protect 1.3.x branch (#2264) (#2265)
2aa46afb1c is described below
commit 2aa46afb1c45f17fc1291213e55dde1ba61c9e26
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Sep 24 14:51:02 2025 +0100
protect 1.3.x branch (#2264) (#2265)
---
.asf.yaml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 745a28cc0a..9a973cb331 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -72,6 +72,30 @@ github:
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
+ 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]