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/08 09:23:40 UTC

[incubator-pekko-sbt-paradox] branch main updated: Test scalafmt check context

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


The following commit(s) were added to refs/heads/main by this push:
     new e459f31  Test scalafmt check context
e459f31 is described below

commit e459f31b53c450080d10554f572974fc954e012f
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 2 23:14:52 2023 +0100

    Test scalafmt check context
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2733263..43ca197 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,13 +18,14 @@ github:
     rebase:  true
 
   protected_branches:
-    main:
+    main: {}
+    test:
       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:
-          - Scalafmt / Code is formatted
+          - 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