diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-09-10 13:09:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 17:09:10 +0000 |
commit | 45ddc9350e34c609a0a0b0279d0a70f8a4cbc63b (patch) | |
tree | a9d18914378582c5999707e6dc71564c61eaa5de | |
parent | e4d577be01bfad2f8e4cf4047efd18391e2c8a31 (diff) | |
download | couchdb-45ddc9350e34c609a0a0b0279d0a70f8a4cbc63b.tar.gz |
Introduce .asf.yaml file (#3020)
-rw-r--r-- | .asf.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..a3b51fffa --- /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 |