Skip to content

Commit e7591e1

Browse files
committed
ci(stale-workflow): adjust cron schedule frequency
- Update workflow to run less frequently: 3 days each -> 14 days each Signed-off-by: Dragon1573 <49941141+Dragon1573@users.noreply.github.com>
1 parent 14f85d1 commit e7591e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Stale Issue Management
33

44
on:
55
schedule:
6-
# Run at 16:00 UTC every 3 days (corresponds to 00:00 Beijing time)
7-
- cron: '0 16 */3 * *'
6+
# Run at 16:00 UTC every 14 days (corresponds to 00:00 CST)
7+
- cron: '0 16 */14 * *'
88
# Allow manual triggering
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)