Home | History | Annotate | Download | only in .github
      1 mergeable:
      2   pull_requests:
      3     label:
      4       or:
      5         - and:
      6           - must_include:
      7               regex: 'release notes: yes'
      8               message: 'Please include release note: yes'
      9           - must_include:
     10               regex: '^lang\/'
     11               message: 'Please include a language label'
     12         - must_include:
     13             regex: 'release notes: no'
     14             message: 'Please include release note: no'
     15