This is an automated email from the ASF dual-hosted git repository.
engelen 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 f62c66c129 Add required status checks for 1.5.x branch (#2580)
f62c66c129 is described below
commit f62c66c1295f5552d57db2d563bd23f344cc06a0
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 13 13:22:52 2025 +0100
Add required status checks for 1.5.x branch (#2580)
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index ac3b63749d..c1391719f7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -109,6 +109,18 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
+ 1.5.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]