summaryrefslogtreecommitdiff
path: root/.asf.yaml
blob: 66715b649b7315a343fe743b64f612bb5cadc38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: true

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