From a787b9d2dd4f9f89cceb5a576ff3b03f3eba840c Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 12 Feb 2020 14:30:49 -0800 Subject: [PATCH] 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 --- .pullapprove.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pullapprove.yml b/.pullapprove.yml index e81307c268..152b89c663 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -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: