Drone Trigger support for on ready_for_review action
long-term
C
Continued Chinchilla
Need to use [action trigger] for pipeline to run once a PR has been ready for review, something like b
trigger:
event:
- pull_request
action:
include:
- opened
- ready_for_review
Log In
N
Nofar Bluestein
long-term
C
Continued Chinchilla
The logical response from a development perspective is to shift from an open draft to ready_for_review as a state. Since you guys are already filtering out the actions and provide this as documentation to users I would have assumed that this already took place. Seems a small matter for now to add this to the exclusion list above and kick a build from this action event type.