action-release-label
action-release-label copied to clipboard
🏷️ GitHub Action to output a semver update level from a pull request release label
## What this PR does / Why we need it set-output was deprecated. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ## Which issue(s) this PR fixes Fixes #
This action currently does not run when a pull request is made from a fork of the repository. This PR fixes it. [[Ref](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request_target)]
Executing this action shows the following warning The output needs to be changed for compatibility (https://github.com/actions-ecosystem/action-release-label/blob/955bf130fba6be3d99d2c14457d0dc7f176bc563/entrypoint.sh#L46)
## What this PR does / Why we need it In #10, one of this action's workflows was modified to be triggered by the `pull_request_target` event, and similar changes have...
## What happened Trying to use the action with no prefix. I want to use the simple labels of `patch`, `minor`, and `major` instead of prefixing them with `release/` on...