-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
Description
Reason/Context
Normally if I start working on a issue i create a draft PR as soon as I start so others know its being worked on. I normally also push changes to the branch quite frequently sometimes even when the code are not working or tests aren't going through, just to have a point in time I can go back to.
In that regard I don't find it useful to get emails or notifications that the tests are not working as long as its a draft.
Description
Something like if: github.event.pull_request.draft == false has to be added to the github action.
Edit:
Or something like types: [review_requested, ready_for_review]
Reactions are currently unavailable