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:03:48 UTC

[incubator-pekko-sbt-paradox] branch main updated: Add settings to asf.yaml

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 1e1315a  Add settings to asf.yaml
1e1315a is described below

commit 1e1315a034f961b3c21e05592cbf1bf8a97e9cdc
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Feb 2 22:00:48 2023 +0100

    Add settings to asf.yaml
---
 .asf.yaml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 08d5448..6f5512c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,6 +1,17 @@
 # https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
 
 github:
+  description: "Theme and sbt-paradox settings used by Pekko projects"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+    - pekko-sbt-paradox
+    - paradox
+    - sbt
+    - themes
+    - documentation
+    - markdown
+
   enabled_merge_buttons:
     squash:  true
     merge:   false
@@ -8,3 +19,9 @@ github:
 
   protected_branches:
     main: { }
+
+notifications:
+  commits:              commits@pekko.apache.org
+  issues:               notifications@pekko.apache.org
+  pullrequests:         notifications@pekko.apache.org
+  discussions:          notifications@pekko.apache.org


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