Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3b49cc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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.