mergeable: pull_requests: label: and: - must_exclude: regex: '^disposition/DO NOT MERGE' message: 'Pull request marked not mergeable' - 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'