Skip to content

Commit 8e6424b

Browse files
aduh95marco-ippolito
authored andcommitted
tools: set bot as author of tools-deps-update PRs
PR-URL: #62856 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 733750f commit 8e6424b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/tools.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ jobs:
295295
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
296296
rm temp-output
297297
steps:
298-
- name: Setup Git config
299-
run: |
300-
git config --global user.name "Node.js GitHub Bot"
301-
git config --global user.email "github-bot@iojs.org"
302298
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
303299
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
304300
with:
@@ -330,3 +326,5 @@ jobs:
330326
labels: ${{ matrix.label }}
331327
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
332328
body: This is an automated update of ${{ matrix.id }} to ${{ env.NEW_VERSION }}.
329+
committer: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
330+
author: Node.js GitHub Bot <github-bot@iojs.org>

0 commit comments

Comments
 (0)