ci: reenable draft mode conditioning for pullapprove (#35396)

Previously there was a regression in PullApprove which preventing draft mode
from being respected correctly for PullApprove processing.  This regression
has been remedied and we should be able to once again respect draft mode for
PRs.

PR Close #35396
This commit is contained in:
Joey Perrott 2020-02-12 14:30:49 -08:00 committed by Kara Erickson
parent 3bf3e5d760
commit a787b9d2dd
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ pullapprove_conditions:
- condition: "'PR state: WIP' not in labels"
unmet_status: pending
explanation: "Waiting to send reviews as PR is WIP"
- condition: "not draft"
unmet_status: pending
explanation: "Waiting to send reviews as PR is in draft"
groups: