This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch test2
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git

commit 31b019774cfa20fda49fe1b4131438a41bf0c6c5
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Feb 2 23:14:52 2023 +0100

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

diff --git a/.asf.yaml b/.asf.yaml
index 2733263..04baeb1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,16 +18,18 @@ 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:              [email protected]
   issues:               [email protected]
   pullrequests:         [email protected]
   discussions:          [email protected]
+


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

Reply via email to