We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aadbb9 commit c6a09abCopy full SHA for c6a09ab
.github/workflows/stale-issues.yml
@@ -2,7 +2,7 @@ name: Close Stale Issues
2
3
on:
4
schedule:
5
- - cron: '0 13 12 * *' # Run every 12th day of the month
+ - cron: '0 13 12 */3 *' # Run every 12th day of every 3rd month
6
7
jobs:
8
stale:
0 commit comments