We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785b1fd commit 22414aeCopy full SHA for 22414ae
1 file changed
.github/workflows/ci.yml
@@ -37,8 +37,8 @@ jobs:
37
38
- name: initialize mandatory git config
39
run: |
40
- git config user.name "dependabot[bot]"
41
- git config user.email support@github.com
+ git config user.name "GitHub Changelog Bot"
+ git config user.email changelog-bot@neolution.ch
42
43
- run: npx prettier --write CHANGELOG.md
44
0 commit comments