We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/stale
1 parent 7da6b4e commit 778b7aeCopy full SHA for 778b7ae
.github/workflows/close-stale-issues.yml
@@ -5,7 +5,7 @@ permissions:
5
6
on:
7
schedule:
8
- - cron: '0 * * * *' # Every hour on the hour
+ - cron: "*/15 * * * *"
9
10
jobs:
11
stale-resolved-issues:
0 commit comments