Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-08-24 12:59:41 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-24 16:53:45 +0300
commit0d88c141cbebc3efc5e57db8ef0bf6550cfb62b6 (patch)
tree2fe00ac7c463df12f8f7cc27b3cfff8079df8d3e /.github
parenta2115450eb373bd515ff963a55f55947e9a6ada4 (diff)
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>
Diffstat (limited to '.github')
-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 0d92eee523d..1f410a727ab 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