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-http.git
The following commit(s) were added to refs/heads/main by this push:
new a198ebe0b Add configuration for version 1.4.x in .asf.yaml (#891)
a198ebe0b is described below
commit a198ebe0bb82a3d4a786b2279b314a7ac9702761
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 11 10:05:08 2025 +0100
Add configuration for version 1.4.x in .asf.yaml (#891)
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1aa819809..6e2cb2c54 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,6 +48,18 @@ github:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
+ 1.4.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".
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]