From ad9ad393fc2756f7b8445f65b13621769cf9fb53 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 31 Oct 2022 12:54:33 +0000 Subject: [PATCH] Create .asf.yaml --- .asf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000000..6f75bef6e1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,23 @@ +# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories + +github: + description: "Build highly concurrent, distributed, and resilient message-driven applications on the JVM" + homepage: https://pekko.apache.org/ + labels: + - pekko + - streaming + - reactive + - actor-model + - concurrency + - cloud-native + - distributed-actors + - distributed-systems + - high-performance + + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: true + # Enable projects for project management boards + projects: false