mergeable.yml 612 B

123456789101112131415161718
  1. mergeable:
  2. pull_requests:
  3. label:
  4. and:
  5. - must_exclude:
  6. regex: '^disposition/DO NOT MERGE'
  7. message: 'Pull request marked not mergeable'
  8. - or:
  9. - and:
  10. - must_include:
  11. regex: '^release notes: yes'
  12. message: 'Please add the label (release notes: yes)'
  13. - must_include:
  14. regex: '^lang\/'
  15. message: 'Please add a language label (lang/...)'
  16. - must_include:
  17. regex: '^release notes: no'
  18. message: 'Please add the label (release notes: no)'