We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f31cbb + b7d9afd commit 5067f5cCopy full SHA for 5067f5c
.github/mergeable.yml
@@ -20,7 +20,7 @@ mergeable:
20
enabled: true
21
message: 'Description can not be empty.'
22
- do: label
23
- # Do not allow PR with label 'PR: work in progress'
+ # Do not allow PR with label 'PR: work in progress' or 'Status: blocked'
24
must_exclude:
25
- regex: 'PR: work in progress'
26
- message: 'This PR is work in progress.'
+ regex: 'PR: work in progress|Status: blocked'
+ message: 'This PR is work in progress or it is still blocked.'
0 commit comments