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

fanningpj pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 9b4d8dd  Create .asf.yaml
9b4d8dd is described below

commit 9b4d8ddb47a75b782377ddc081fe914b7b2f3ab1
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 6 15:46:12 2023 +0100

    Create .asf.yaml
---
 .asf.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..421a0d3
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,46 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+  description: "Pekko HTTP Quickstart for Scala"
+  homepage: https://pekko.apache.org/
+  labels:
+    - pekko
+    - pekko-http
+    - scala
+    - grpc
+
+  protected_tags:
+    - "v*.*.*"
+
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: false
+    
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    main:
+      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:
+          - Code is formatted
+          - Check headers
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+
+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]

Reply via email to