Skip to content

Commit

Permalink
ci: change PR label names for release
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Oct 17, 2024
1 parent 68636ce commit 6d01cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MINOR_LABEL: 'minor'
MINOR_LABEL: 'minor-release'
MINOR_LABEL_COLOR: '#FBCA04'
MAJOR_LABEL: 'major'
MAJOR_LABEL: 'major-release'
MAJOR_LABEL_COLOR: '#D93F0B'
PATCH_LABEL: 'patch'
PATCH_LABEL: 'patch-release'
PATCH_LABEL_COLOR: '#C5DEF5'
steps:
- name: Check out the repository
Expand Down
2 changes: 2 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@
vPrefix = true
releaseBranch = main
versionFile = -
majorLabels = major-release
minorLabels = minor-release

0 comments on commit 6d01cd0

Please sign in to comment.