Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a47ea6d

Browse filesBrowse files
committed
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 1e2915c commit a47ea6d
Copy full SHA for a47ea6d

1 file changed

+2-4Lines changed: 2 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/tools.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tools.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,6 @@ jobs:
286286
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
287287
rm temp-output
288288
steps:
289-
- name: Setup Git config
290-
run: |
291-
git config --global user.name "Node.js GitHub Bot"
292-
git config --global user.email "github-bot@iojs.org"
293289
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
294290
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
295291
with:
@@ -321,3 +317,5 @@ jobs:
321317
labels: ${{ matrix.label }}
322318
title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
323319
body: This is an automated update of ${{ matrix.id }} to ${{ env.NEW_VERSION }}.
320+
committer: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
321+
author: Node.js GitHub Bot <github-bot@iojs.org>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.