-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmergeable.yml
More file actions
21 lines (19 loc) · 810 Bytes
/
mergeable.yml
File metadata and controls
21 lines (19 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mergeable:
pull_requests:
stale:
days: 14
message: 'This PR is stale. Please follow up!'
label:
must_include:
regex: '(new-feature)|(documentation)|(bug-fixes)|(enhancement)|(needs-migration)|(packages-updated)|(miscellaneous)|(superman)'
message: 'Can you please add a valid label! [One of (new-feature) / (documentation) / (bug-fixes) / (enhancement) / (needs-migration) / (packages-updated) / (miscellaneous)]'
must_exclude:
regex: '(do-not-merge)'
message: 'This PR is work in progress. Cannot be merged yet.'
description:
no_empty:
enabled: true
message: 'Can you please add a description!'
must_exclude:
regex: 'do not merge'
message: 'This PR is work in progress. Cannot be merged yet.'