aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/mergeable.yml
blob: 30692095c4640e91153eac326666ea662546d549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mergeable:
  pull_requests:
    label:
      or:
        - and:
          - must_include:
              regex: 'release notes: yes'
              message: 'Please include release note: yes'
          - must_include:
              regex: '^lang\/'
              message: 'Please include a language label'
        - must_include:
            regex: 'release notes: no'
            message: 'Please include release note: no'