Skip to content

Commit 67f1032

Browse files
committed
Use github-actions[bot] for changelog commits
Replace individual user identity with GitHub Actions bot for automated commits
1 parent 60c818c commit 67f1032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Commit CHANGELOG Changes
3535
run: |
3636
git add .
37-
git config user.name "zihe.jia"
38-
git config user.email "zihe.jia@mixpanel.com"
37+
git config user.name "github-actions[bot]"
38+
git config user.email "github-actions[bot]@users.noreply.github.com"
3939
git commit -m "Update CHANGELOG"
4040
- name: Push CHANGELOG changes
4141
uses: ad-m/github-push-action@v0.6.0

0 commit comments

Comments
 (0)