This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch scala-3 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit 635eb91745b07a31cc6198c22b5a14952fe61d75 Author: PJ Fanning <[email protected]> AuthorDate: Mon Oct 31 09:54:24 2022 +0000 Create .asf.yaml --- .asf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..c5e304c7a --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,23 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: + description: "The Streaming-first HTTP server/module of Apache Pekko" + homepage: https://pekko.apache.org/ + labels: + - pekko + - pekko-http + - http + - http2 + - http-client + - http-server + - streaming + - reactive + - websocket + + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: true + # Enable projects for project management boards + projects: false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
