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-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 45d12b2 Create .asf.yaml
45d12b2 is described below
commit 45d12b2f90d697f820af6843f9c4ba96506b6f69
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 6 19:27:36 2023 +0100
Create .asf.yaml
---
.asf.yaml | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..529a9f1
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,35 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+ description: "A minimal seed template for an Apache Pekko in Java"
+ homepage: https://pekko.apache.org/
+ labels:
+ - pekko
+ - reactive
+ - actor-model
+
+ 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_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]