Skip to content

Commit

Permalink
ci: remove draft condition from pullapprove (angular#35012)
Browse files Browse the repository at this point in the history
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 angular#35012
  • Loading branch information
josephperrott committed Jan 28, 2020
1 parent d15d6b7 commit 1cee9b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cee9b3

Please sign in to comment.