Skip to content

Commit 8736f91

Browse files
authored
chore: adjust stale issues workflow schedule to run at 2:00 AM UTC (#1195)
1 parent 7b8f896 commit 8736f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Close stale issues'
22
on:
33
schedule:
4-
- cron: '0 0 * * *' # Run daily at midnight
4+
- cron: '0 2 * * *' # Run daily at 2:00 AM UTC
55
workflow_dispatch: # Allow manual triggering
66

77
jobs:

0 commit comments

Comments
 (0)