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
{{ message }}
This repository was archived by the owner on Apr 5, 2026. It is now read-only.
I have added a label to a pr named patch and I receive the following error output.
output from action run:
Run zwaldowski/match-label-action@v1
with:
allowed: major minor patch
env:
SOLUTION_FILE: MySolution-Main.sln
NUGET: C:\hostedtoolcache\windows\nuget.exe\5.4.0\x64/nuget.exe
##[error]Could not find exactly one of the appropriate labels on the PR.
steps from workflow:
- name: bump version
id: bump
uses: zwaldowski/match-label-action@v1
with:
allowed: >
major
minor
patch
- name: output version
id: next_version
uses: zwaldowski/semver-release-action@v1
with:
bump: ${{ steps.bump.outputs.match }}
github_token: ${{ secrets.GITHUB_TOKEN }}
I have added a label to a pr named patch and I receive the following error output.
output from action run:
steps from workflow: