You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 my PR's.
The action ran without issue but output no level after putting an empty string for label_prefix instead of using the release/ default prefix. The debug logs showed no release label after running.
What you expected to happen
the action to output a level associated with one of the follow PR tags: patch, minor, and major as inputs
What happened
Trying to use the action with no prefix. I want to use the simple labels of
patch
,minor
, andmajor
instead of prefixing them withrelease/
on my PR's.The action ran without issue but output no
level
after putting an empty string forlabel_prefix
instead of using therelease/
default prefix. The debug logs showedno release label
after running.What you expected to happen
the action to output a
level
associated with one of the follow PR tags:patch
,minor
, andmajor
as inputsHow to reproduce it
The last step will be skipped since steps.release-label.outputs.level == null
Environment
Not sure what is meant here. As in like what environment in GitHub Actions?
The text was updated successfully, but these errors were encountered: