From 3b93b0c1f521b45a37b52baec1dded30ff1e6bce Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 27 Dec 2022 13:34:45 +0100 Subject: [PATCH] tools: add url to `AUTHORS` update automation This should simplify the review of `AUTHORS` file updates. PR-URL: https://github.com/nodejs/node/pull/45971 Reviewed-By: Moshe Atlow Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- .github/workflows/authors.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index ee5e814ce7671a..5d5c736fabb00a 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -30,6 +30,9 @@ jobs: Here are some new additions to the AUTHORS file. This is an automatically generated PR by the `authors.yml` GitHub Action, which runs `tools/update-authors.mjs`. + Check the output of + ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} + for possible duplicates. branch: actions/authors-update # Custom branch *just* for this Action. commit-message: 'meta: update AUTHORS' labels: meta