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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 554250185 Add github PR check to make sure code is formatted
554250185 is described below

commit 554250185272545dcdfeab3fa847c7ee4e57c8f6
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Feb 16 12:08:45 2023 +0100

    Add github PR check to make sure code is formatted
---
 .asf.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index bbabca95f..7dcad43a7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,7 +28,13 @@ github:
     rebase:  true
 
   protected_branches:
-    main: { }
+    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
 
 notifications:
   commits:              [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to