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:27:19 UTC

[incubator-pekko-sbt-paradox] branch test2 updated (31b0197 -> 1ebe6da)

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

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


    omit 31b0197  Test scalafmt check context
     new 1ebe6da  Test scalafmt check context

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (31b0197)
            \
             N -- N -- N   refs/heads/test2 (1ebe6da)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 plugin/org/apache/pekko/PekkoParadoxPlugin.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---------------------------------------------------------------------
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: Test scalafmt check context

Posted by md...@apache.org.
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 1ebe6da89cf4c4f4f501b80f4db4e15438621fe5
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 2 23:14:52 2023 +0100

    Test scalafmt check context
---
 .asf.yaml                                        | 6 ++++--
 plugin/org/apache/pekko/PekkoParadoxPlugin.scala | 2 +-
 2 files changed, 5 insertions(+), 3 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:              commits@pekko.apache.org
   issues:               notifications@pekko.apache.org
   pullrequests:         notifications@pekko.apache.org
   discussions:          notifications@pekko.apache.org
+
diff --git a/plugin/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/org/apache/pekko/PekkoParadoxPlugin.scala
index 02e96fd..fab1246 100644
--- a/plugin/org/apache/pekko/PekkoParadoxPlugin.scala
+++ b/plugin/org/apache/pekko/PekkoParadoxPlugin.scala
@@ -21,7 +21,7 @@ object PekkoParadoxPlugin extends AutoPlugin {
 
   def pekkoParadoxGlobalSettings: Seq[Setting[_]] = Seq(
     paradoxTheme := Some("org.apache.pekko" % "pekko-theme-paradox" % version),
-    paradoxNavigationDepth := 1,
+      paradoxNavigationDepth := 1,
     paradoxNavigationExpandDepth := Some(1),
     paradoxNavigationIncludeHeaders := true,
     paradoxDirectives += SidenoteDirective)


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