Skip to content

Commit

Permalink
chore: use proper title for PRs from auto increment (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: Easton Crupper <65553218+ecrupper@users.noreply.github.com>
  • Loading branch information
wass3rw3rk and ecrupper authored Sep 20, 2024
1 parent 39a1d53 commit 08b9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_increment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
const pullRequest = await github.rest.pulls.create({
owner,
repo,
title: `Bump minor version to ${process.env.NEW_VERSION_MINOR}`,
title: `chore: bump minor version to ${process.env.NEW_VERSION_MINOR}`,
head: `bump-minor-version-to-${process.env.NEW_VERSION_MINOR}`,
base: 'main',
body: `This PR increments the VersionMinor value in version.go to ${process.env.NEW_VERSION_MINOR}.`,
Expand Down

0 comments on commit 08b9faf

Please sign in to comment.