From 1cee9b32c39efcbc9cb4ffda77083e7755425cbd Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 28 Jan 2020 09:38:48 -0800 Subject: [PATCH] ci: remove draft condition from pullapprove (#35012) This condition is being removed as it currently is failing to work as expected with pullapprove at the moment. The plan/expectation is that after a bit of troubleshooting, we will be able to add in the condition once more. Removing the condition actually returns us to the same state we were in with CODEOWNERS in which draft PRs are also assigned reviews. PR Close #35012 --- .pullapprove.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index 660ac83db2..8caa39d88e 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -101,9 +101,6 @@ 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: