We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7bb47 commit dc44e45Copy full SHA for dc44e45
.github/workflows/stale.yml
@@ -2,8 +2,8 @@ name: Stale and close inactive issues/PRs
2
3
on:
4
schedule:
5
- - cron: "0 0,6,12,18 * * *" # every 6 hours o'clock... 0:00am 6:00am 12:00pm 18:00pm
6
- workflow_dispatch: # or manually
+ - cron: "0 0-23 * * *" # every 1 hour at o'clock
+ workflow_dispatch: # or manually
7
8
permissions:
9
contents: none
0 commit comments