Skip to content

Commit

Permalink
chore(actions): set pr title in update-gradle-wrapper
Browse files Browse the repository at this point in the history
The GitHub action to update the Gradle Wrapper should use conventional commit format.
  • Loading branch information
bas-info-nl committed Jul 12, 2024
1 parent ce878b8 commit f3b9bed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
with:
pr-title-template: 'chore(deps): Bump Gradle Wrapper from %sourceVersion% to %targetVersion%'

0 comments on commit f3b9bed

Please sign in to comment.