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:
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: