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:
authorRich Trott <rtrott@gmail.com>2021-09-05 14:07:06 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-07 16:54:00 +0300
commit773a98970843996f53b51b366ccea7cfdd76ed3c (patch)
treed4c3b9d105096b6e2d482a4cf5c79a041c97c7f8 /.github
parentff7a0df3a5d9cb386c774e1cf305b3adf0d04024 (diff)
build: run AUTHORS update weekly
PR-URL: https://github.com/nodejs/node/pull/40004 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/authors.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml
index 01bd0652a4b..8171df166ab 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: