We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5c29c commit e7d7ad9Copy full SHA for e7d7ad9
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