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

Do not throw errors if no labels present #46

Closed jmeridth closed 2 years ago

jmeridth commented 2 years ago

Currently if a PR merges that has no semver labels (patch, minor, major), the github action throws a 78 code and the github fails with message no valid semver label found

Am I missing a setting that allows the github action to actually skip instead of throwing a non-zero code?

Thank you in advance.

jmeridth commented 2 years ago

@K-Phoen i think this can be solved by merging #39

jmeridth commented 2 years ago

@K-Phoen If you're not maintaining this repo anymore, you up for archiving it so people know not to use it.

jmeridth commented 2 years ago

@K-Phoen bump

jmeridth commented 2 years ago

@K-Phoen issued PR #48 to fix this. Can you please review, merge, and publish? If not, can you please archive your repository so others know it is not longer active? Thank you.

jmeridth commented 2 years ago

Closing this as this repository is no longer active and author has not responded here or via direct email. Going to fork and use our own version. Cheers.