We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2797ee commit 68a27aaCopy full SHA for 68a27aa
1 file changed
.github/workflows/update-cli-versions.yaml
@@ -143,7 +143,7 @@ jobs:
143
144
git checkout -B "$BRANCH"
145
git add cli/internal/globals/versions.yaml
146
- git commit -m "chore(cli): Update bundled dependency versions"
+ git commit -m "fix(cli): Update bundled dependency versions"
147
git push --force origin "$BRANCH"
148
149
printf '%s\n' \
@@ -160,7 +160,7 @@ jobs:
160
gh pr edit "$EXISTING_PR" --body-file /tmp/pr-body.md
161
else
162
gh pr create \
163
- --title "chore(cli): Update bundled dependency versions" \
+ --title "fix(cli): Update bundled dependency versions" \
164
--body-file /tmp/pr-body.md \
165
--base main
166
fi
0 commit comments