From d3ae90b9a77acdaf057e5440a0efb89b58a50b8f Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Mon, 24 Jul 2023 21:53:36 +0300 Subject: [PATCH] CI: Add helpful cron schedule comment (#2991) --- .github/workflows/stale-theme-pr-closer.yaml | 9 +++++++++ .github/workflows/top-issues-dashboard.yml | 9 +++++++++ .github/workflows/update-langs.yaml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/.github/workflows/stale-theme-pr-closer.yaml b/.github/workflows/stale-theme-pr-closer.yaml index bbf517334ba9d8..a9d676c4d17480 100644 --- a/.github/workflows/stale-theme-pr-closer.yaml +++ b/.github/workflows/stale-theme-pr-closer.yaml @@ -1,6 +1,15 @@ name: Close stale theme pull requests that have the 'invalid' label. on: schedule: + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + # │ │ │ │ │ + # │ │ │ │ │ + # * * * * * - cron: "0 0 */7 * *" permissions: diff --git a/.github/workflows/top-issues-dashboard.yml b/.github/workflows/top-issues-dashboard.yml index ba6d2087181025..b7a3519db7135d 100644 --- a/.github/workflows/top-issues-dashboard.yml +++ b/.github/workflows/top-issues-dashboard.yml @@ -1,6 +1,15 @@ name: Update top issues dashboard on: schedule: + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + # │ │ │ │ │ + # │ │ │ │ │ + # * * * * * - cron: "0 0 */3 * *" workflow_dispatch: diff --git a/.github/workflows/update-langs.yaml b/.github/workflows/update-langs.yaml index cd0128b64dad76..8193c04c5961ed 100644 --- a/.github/workflows/update-langs.yaml +++ b/.github/workflows/update-langs.yaml @@ -1,6 +1,15 @@ name: Update supported languages on: schedule: + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + # │ │ │ │ │ + # │ │ │ │ │ + # * * * * * - cron: "0 0 */30 * *" permissions: