We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2814dbf commit 13f00d3Copy full SHA for 13f00d3
.github/workflows/dependencies.yml
@@ -83,7 +83,7 @@ jobs:
83
fi
84
git commit --all -m "build(deps): bump golang to ${VERSION#go}"
85
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"
+ 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"
87
env:
88
GITHUB_TOKEN: ${{ steps.credentials.outputs.token }}
89
VERSION: ${{ steps.version.outputs.latest }}
0 commit comments