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:
parent
3bf3e5d760
commit
a787b9d2dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue