mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 01:44:12 +03:00
Normalize automatic commit messages (#12104)
This commit is contained in:
parent
96723d1b0d
commit
76743db47a
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
@ -18,4 +18,7 @@
|
||||
|
||||
// We manually update digest dependencies (eg. hashes in GitHub Actions)
|
||||
digest: {enabled: false},
|
||||
|
||||
// PR title and commit message when updating dependencies
|
||||
commitMessage: 'Update dependencies',
|
||||
}
|
||||
|
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
- name: Commit version bump
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: version bump
|
||||
commit_message: Bump version
|
||||
commit_user_name: 'simple-icons[bot]'
|
||||
commit_user_email: 'simple-icons[bot]@users.noreply.github.com'
|
||||
commit_author: 'simple-icons[bot] <simple-icons[bot]@users.noreply.github.com>'
|
||||
|
Loading…
Reference in New Issue
Block a user