We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909b1c1 commit 7384e5eCopy full SHA for 7384e5e
.github/workflows/stale-pr.yml
@@ -2,7 +2,7 @@ name: "Stale PRs"
2
on:
3
schedule:
4
# * is a special character in YAML so you have to quote this string
5
- - cron: "0 0 * * *"
+ - cron: "0 0 * * 3"
6
7
permissions:
8
contents: read
0 commit comments