Skip to content

Commit 13f00d3

Browse files
authored
ci: label bumps to the golang version as patch changes (#259)
1 parent 2814dbf commit 13f00d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fi
8484
git commit --all -m "build(deps): bump golang to ${VERSION#go}"
8585
git push -u origin chore-bump-golang
86-
gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health"
86+
gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health" --label "semver:patch"
8787
env:
8888
GITHUB_TOKEN: ${{ steps.credentials.outputs.token }}
8989
VERSION: ${{ steps.version.outputs.latest }}

0 commit comments

Comments
 (0)