You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/09/10 17:14:00 UTC

[couchdb] branch master updated: Introduce .asf.yaml file (#3020)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45ddc93  Introduce .asf.yaml file (#3020)
45ddc93 is described below

commit 45ddc9350e34c609a0a0b0279d0a70f8a4cbc63b
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Thu Sep 10 13:09:10 2020 -0400

    Introduce .asf.yaml file (#3020)
---
 .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: commits@couchdb.apache.org
+  issues: notifications@couchdb.apache.org
+  pullrequests: notifications@couchdb.apache.org
+  # This would send new/closed PR notifications to dev@
+  #pullrequests_status: dev@couchdb.apache.org
+  # This would send individual PR comments/reviews to notifications@
+  #pullrequests_comment: notifications@couchdb.apache.org