summaryrefslogtreecommitdiff
path: root/.asf.yaml
blob: 5ecb8c5fefc4738fdddde51ec813a7adeeb82cbd (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# 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
  protected_branches:
    main:
      required_status_checks:
        strict: true
        contexts:
          - continuous-integration/jenkins/pr-merge
    fdbmain:
      required_status_checks:
        strict: true
        contexts:
          - continuous-integration/jenkins/pr-merge
    3.3.x:
      required_status_checks:
        strict: true
    3.2.x:
      required_status_checks:
        strict: true
    3.1.x:
      required_status_checks:
        strict: true
    3.0.x:
      required_status_checks:
        strict: true
    2.3.x:
      required_status_checks:
        strict: true
    2.1.x:
      required_status_checks:
        strict: true
    2.0.x:
      required_status_checks:
        strict: true
    1.6.x:
      required_status_checks:
        strict: true
    1.5.x:
      required_status_checks:
        strict: true
    1.4.x:
      required_status_checks:
        strict: true
    1.3.x:
      required_status_checks:
        strict: true
    1.x.x:
      required_status_checks:
        strict: 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