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/02 21:07:20 UTC

[incubator-pekko-sbt-paradox] branch check-code-formatted created (now 79e00fb)

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

mdedetrich pushed a change to branch check-code-formatted
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


      at 79e00fb  Add strict check that code is formatted

This branch includes the following new commits:

     new 79e00fb  Add strict check that code is formatted

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pekko-sbt-paradox] 01/01: Add strict check that code is formatted

Posted by md...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 79e00fb7cf60bab185377dc864a31230bc9ff3e1
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 2 22:07:13 2023 +0100

    Add strict check that code is formatted
---
 .asf.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6f5512c..3da96c0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,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:
+          - Scalafmt
 
 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