Do not allow to merge 'Status: blocked' PRs

ghowardsit
Manuel Kaufmann 2019-01-31 10:28:54 +01:00
parent 3f31cbb5d3
commit b7d9afd992
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ mergeable:
enabled: true
message: 'Description can not be empty.'
- do: label
# Do not allow PR with label 'PR: work in progress'
# Do not allow PR with label 'PR: work in progress' or 'Status: blocked'
must_exclude:
regex: 'PR: work in progress'
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.'