Closed cornerfade closed 8 months ago
The existing recipe for Only run rules if PR is not a draft is erroneous. - do: payload can only be used for a filter and not a validator.
Only run rules if PR is not a draft
- do: payload
A working recipe is proposed in this PR.
:tada: This PR is included in version 2.17.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The existing recipe for
Only run rules if PR is not a draft
is erroneous.- do: payload
can only be used for a filter and not a validator.A working recipe is proposed in this PR.