Skip to content

Commit

Permalink
refactor: update commit type to chore
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Nov 21, 2024
1 parent a30ba81 commit e076c83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
token: ${{ steps.generate_token.outputs.token }}
commit-message: 'build(deps): update Carbon 11 compatible versions to latest'
commit-message: 'chore(deps): update Carbon 11 compatible versions to latest'
delete-branch: true
branch: 'deps/update-carbon-packages'
branch-suffix: random
title: 'build(deps): update to Carbon 11 compatible versions to latest'
title: 'chore(deps): update to Carbon 11 compatible versions to latest'
body: |
This PR was automatically generated to update Carbon 11 compatible versions on a regular basis. This is not intended to create any breaking changes, and will be reflected as a minor version bump for affected packages. NB we'll run all tests and do visual verifications, but there is always the opportunity for unexpected regressions. If you're using one of the packages in a stable or production context you may want to check this before taking the next minor version, and do let us know ASAP if you see anything problematic.
Expand Down Expand Up @@ -79,11 +79,11 @@ jobs:
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
token: ${{ steps.generate_token.outputs.token }}
commit-message: 'build(deps): update dev dependencies'
commit-message: 'chore(deps): update dev dependencies'
delete-branch: true
branch: 'deps/update-dev-packages'
branch-suffix: random
title: 'build(deps): update dev dependencies'
title: 'chore(deps): update dev dependencies'
body: |
This PR was automatically generated to update versions of dev dependencies to their latest versions. This helps ensure we get fixes and improvements in a timely fashion and reduces the impact of updating the versions that can arise if versions are allowed to become stale for an extended period.
Expand Down

0 comments on commit e076c83

Please sign in to comment.