Skip to content

Commit 37f0648

Browse files
committed
Change actions/stale to hourly
Now that it's cleared the backlog.
1 parent b8f0fc8 commit 37f0648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "*/15 * * * *"
8+
- cron: "0 * * * *"
99

1010
jobs:
1111
stale-resolved-issues:

0 commit comments

Comments
 (0)