Skip to content

Commit

Permalink
Fix SemVer major label check (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch authored Nov 12, 2024
1 parent 6d30ec4 commit 2139438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
GH_TOKEN: ${{ inputs.token }}
run: |
gh pr view ${{ github.event.number }} --repo ${{ github.repository }} --json labels \
| jq -e '[.labels[].name] | any(. == "semver/major" or . == "semver/minor" or . == "semver/patch" or . == "semver/none")'
| jq -e '[.labels[].name] | any(. == "⚠️ semver/major" or . == "semver/minor" or . == "semver/patch" or . == "semver/none")'

0 comments on commit 2139438

Please sign in to comment.