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
This commit is contained in:
parent
d15d6b7a63
commit
1cee9b32c3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue