Skip to content

Disable PR testing if its a draft #200

@jonaslagoni

Description

@jonaslagoni

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions