Skip to content

Commit 778b7ae

Browse files
committedNov 16, 2023
Run actions/stale every 15 minutes
1 parent 7da6b4e commit 778b7ae

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: '0 * * * *' # Every hour on the hour
8+
- cron: "*/15 * * * *"
99

1010
jobs:
1111
stale-resolved-issues:

0 commit comments

Comments
 (0)
Please sign in to comment.