CI: Add helpful cron schedule comment (#2991)

This commit is contained in:
Alexandr Garbuzov 2023-07-24 21:53:36 +03:00 committed by GitHub
parent ad5fa199ff
commit e5c412f0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,15 @@
name: Close stale theme pull requests that have the 'invalid' label. name: Close stale theme pull requests that have the 'invalid' label.
on: on:
schedule: 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 * *" - cron: "0 0 */7 * *"
permissions: permissions:

View File

@ -1,6 +1,15 @@
name: Update top issues dashboard name: Update top issues dashboard
on: on:
schedule: 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 * *" - cron: "0 0 */3 * *"
workflow_dispatch: workflow_dispatch:

View File

@ -1,6 +1,15 @@
name: Update supported languages name: Update supported languages
on: on:
schedule: 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 * *" - cron: "0 0 */30 * *"
permissions: permissions: