We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5c29c + e7d7ad9 commit 06c5ed9Copy full SHA for 06c5ed9
1 file changed
.github/workflows/automate_stale.yml
@@ -2,7 +2,7 @@ name: Close Stale Issues and PRs Automatically
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '*/10 * * * *' # run every 10 minutes as it also removes labels.
+ - cron: '0 1 * * *' # run once a day as it also removes labels.
6
7
jobs:
8
stale:
0 commit comments