This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 0a0709d Add required status checks
0a0709d is described below
commit 0a0709de3ac6a1514fbf000497fe1aa4c3751ce6
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue Apr 4 12:43:24 2023 +0200
Add required status checks
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index b052d10..2e3d7d4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,13 @@ github:
protected_branches:
main:
+ 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]