summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-08-24 11:59:41 +0200
committerMichaël Zasso <targos@protonmail.com>2021-09-04 15:14:56 +0200
commitd99deeaf9778ce839500e0d6b4d78d84d1c298d2 (patch)
tree6d4ead3e00d084757062ff49a4cecb872e01111b
parent8efd559347e2a0f98f7705fcb2a8236869133c48 (diff)
downloadnode-new-d99deeaf9778ce839500e0d6b4d78d84d1c298d2.tar.gz
build: fix update authors commit
Refs: https://github.com/nodejs/node/pull/39855#issuecomment-904387651 PR-URL: https://github.com/nodejs/node/pull/39858 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
-rw-r--r--.github/workflows/authors.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml
index 0d92eee523..1f410a727a 100644
--- a/.github/workflows/authors.yml
+++ b/.github/workflows/authors.yml
@@ -18,4 +18,5 @@ jobs:
body: "If this PR exists, there's presumably new additions to the AUTHORS file. This is an automatically generated PR by the `authors.yml` GitHub Action, which runs `tools/update-authors.js` and submits a new PR or updates an existing PR.\n\nPlease note that there might be duplicate entries. If there are, please remove them and add the duplicate emails to .mailmap directly to this PR."
branch: "actions/authors-update" # custom branch *just* for this Action.
commit-message: "meta: update AUTHORS"
+ author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
labels: meta