We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8f896 commit 8736f91Copy full SHA for 8736f91
.github/workflows/stale.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues'
2
on:
3
schedule:
4
- - cron: '0 0 * * *' # Run daily at midnight
+ - cron: '0 2 * * *' # Run daily at 2:00 AM UTC
5
workflow_dispatch: # Allow manual triggering
6
7
jobs:
0 commit comments