This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch add-settings-to-asf-yaml in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
commit 43e428d2b1af5504ff28a3ff2664733c6482656b Author: Matthew de Detrich <[email protected]> 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: [email protected] + issues: [email protected] + pullrequests: [email protected] + discussions: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
