You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/16 11:16:55 UTC

[incubator-pekko] branch main updated: Add github PR check to make sure code is formatted

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


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

commit 2db1833f272cc5020bc9e65c32e95f0e27804128
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 16 12:05:35 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 a785d6a7af..04897499dc 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:              commits@pekko.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org