From 0b30867c082964fc8f3432085f069f2581768438 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 5 Sep 2021 04:07:06 -0700 Subject: [PATCH] build: run AUTHORS update weekly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40004 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel --- .github/workflows/authors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 01bd0652a4b399..8171df166ab353 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -1,5 +1,9 @@ name: "authors update" on: + schedule: + # Run once a week at 00:05 AM UTC on Sunday. + - cron: '5 0 * * 0' + workflow_dispatch: jobs: