K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Add the ability to use action with an open PR. #37

Closed DontShaveTheYak closed 2 years ago

DontShaveTheYak commented 4 years ago

I have the use case where I want to do a "test" release.

I have release_strategy set to none but I still get.

::Executing bumper guard ::debug release_branch=master,github_event_path=/github/workflow/event.json
pull request not closed::debug ::Guard returned a neutral code, stopping the execution.
jeff-miller-cfa commented 3 years ago

👍

K-Phoen commented 2 years ago

As explained in the README, this action explicitly limits its scope to semver bumps on merged PRs. I'd like to stick to this use-case :)