Skip to content

Commit

Permalink
Update release.yml and label action (#3035)
Browse files Browse the repository at this point in the history
Update the release.yml file with the latest label changes
  • Loading branch information
FranzBusch authored Dec 18, 2024
1 parent 2122fd8 commit 7dea8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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")'
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ changelog:
- ⚠️ semver/major
- title: SemVer Minor
labels:
- semver/minor
- 🆕 semver/minor
- title: SemVer Patch
labels:
- semver/patch
- 🔨 semver/patch
- title: Other Changes
labels:
- semver/none

0 comments on commit 7dea8e7

Please sign in to comment.