Skip to content

Commit 5067f5c

Browse files
authored
Merge pull request readthedocs#5205 from rtfd/humitos/mergeable-improvements
Do not allow to merge 'Status: blocked' PRs
2 parents 3f31cbb + b7d9afd commit 5067f5c

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)