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-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new b8a65d8 Create .asf.yaml
b8a65d8 is described below
commit b8a65d8cce3a241a184f90a0fdc3a01e80a8dcfc
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 6 15:46:53 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..ca9ba92
--- /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 Java"
+ homepage: https://pekko.apache.org/
+ labels:
+ - pekko
+ - pekko-http
+ - java
+ - 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]