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

wohali pushed a commit to branch asmyaml
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8f838497407cb9ee0114e13f8b6527c2564b6a38
Author: Joan Touzet <[email protected]>
AuthorDate: Tue Jul 21 18:05:28 2020 -0400

    Introduce .asf.yaml file
---
 .asf.yaml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a3b51ff
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,32 @@
+# see 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#git.asf.yamlfeatures-GitHubsettings
+
+github:
+  description: "Seamless multi-master syncing database with an intuitive 
HTTP/JSON API, designed for reliability"
+  homepage: https://couchdb.apache.org/
+  labels:
+    - database
+    - content
+    - network-server
+    - http
+    - cloud
+    - erlang
+    - javascript
+    - couchdb
+    - big-data
+    - network-client
+  features:
+    issues: true
+    projects: true
+  enabled_merge_buttons:
+    squash: true
+    rebase: true
+    merge: false
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  # This would send new/closed PR notifications to dev@
+  #pullrequests_status: [email protected]
+  # This would send individual PR comments/reviews to notifications@
+  #pullrequests_comment: [email protected]

Reply via email to