Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5c412f

Browse files
authored
CI: Add helpful cron schedule comment (anuraghazra#2991)
1 parentad5fa19 commite5c412f

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

‎.github/workflows/stale-theme-pr-closer.yaml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name:Close stale theme pull requests that have the 'invalid' label.
22
on:
33
schedule:
4+
# ┌───────────── minute (0 - 59)
5+
# │ ┌───────────── hour (0 - 23)
6+
# │ │ ┌───────────── day of the month (1 - 31)
7+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
8+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
9+
# │ │ │ │ │
10+
# │ │ │ │ │
11+
# │ │ │ │ │
12+
# * * * * *
413
-cron:"0 0 */7 * *"
514

615
permissions:

‎.github/workflows/top-issues-dashboard.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name:Update top issues dashboard
22
on:
33
schedule:
4+
# ┌───────────── minute (0 - 59)
5+
# │ ┌───────────── hour (0 - 23)
6+
# │ │ ┌───────────── day of the month (1 - 31)
7+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
8+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
9+
# │ │ │ │ │
10+
# │ │ │ │ │
11+
# │ │ │ │ │
12+
# * * * * *
413
-cron:"0 0 */3 * *"
514
workflow_dispatch:
615

‎.github/workflows/update-langs.yaml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name:Update supported languages
22
on:
33
schedule:
4+
# ┌───────────── minute (0 - 59)
5+
# │ ┌───────────── hour (0 - 23)
6+
# │ │ ┌───────────── day of the month (1 - 31)
7+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
8+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
9+
# │ │ │ │ │
10+
# │ │ │ │ │
11+
# │ │ │ │ │
12+
# * * * * *
413
-cron:"0 0 */30 * *"
514

615
permissions:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp