Skip to content

Commit b7d9afd

Browse files
committed
Do not allow to merge 'Status: blocked' PRs
1 parent 3f31cbb commit b7d9afd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/mergeable.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mergeable:
2020
enabled: true
2121
message: 'Description can not be empty.'
2222
- do: label
23-
# Do not allow PR with label 'PR: work in progress'
23+
# Do not allow PR with label 'PR: work in progress' or 'Status: blocked'
2424
must_exclude:
25-
regex: 'PR: work in progress'
26-
message: 'This PR is work in progress.'
25+
regex: 'PR: work in progress|Status: blocked'
26+
message: 'This PR is work in progress or it is still blocked.'

0 commit comments

Comments
 (0)