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/03/02 08:25:33 UTC

[incubator-pekko-grpc] branch main updated: Add scalafmt to required status check

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


The following commit(s) were added to refs/heads/main by this push:
     new 2e5acb5c Add scalafmt to required status check
2e5acb5c is described below

commit 2e5acb5c3cbef0f4cc30f878faa4f522d0864dd2
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Wed Mar 1 23:01:22 2023 +0100

    Add scalafmt to required status check
---
 .asf.yaml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6cac81ff..0d52bcde 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,8 +28,14 @@ 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
   issues:               notifications@pekko.apache.org


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