From d99deeaf9778ce839500e0d6b4d78d84d1c298d2 Mon Sep 17 00:00:00 2001 From: Mestery Date: Tue, 24 Aug 2021 11:59:41 +0200 Subject: [PATCH] build: fix update authors commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/39855#issuecomment-904387651 PR-URL: https://github.com/nodejs/node/pull/39858 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Zijian Liu --- .github/workflows/authors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 0d92eee523dbfe..1f410a727abd42 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] labels: meta