We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2367f commit 1f7686cCopy full SHA for 1f7686c
.github/workflows/stale.yml
@@ -1,7 +1,7 @@
1
name: 'Close stale issues and PRs'
2
on:
3
schedule:
4
- - cron: '30 1 * * *'
+ - cron: '30 1 * * 0'
5
permissions:
6
issues: write
7
pull-requests: write
0 commit comments