Skip to content

Commit 7384e5e

Browse files
authored
Check for stale PRs less frequently. (#4)
1 parent 909b1c1 commit 7384e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Stale PRs"
22
on:
33
schedule:
44
# * is a special character in YAML so you have to quote this string
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * 3"
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)