Skip to content

Commit 0cc90eb

Browse files
committed
chore: cron back again every 6 hours o'clock...
Reverts commit dc44e45
1 parent c6cfab3 commit 0cc90eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Stale and close inactive issues/PRs
22

33
on:
44
schedule:
5-
- cron: "0 0-23 * * *" # every 1 hour at o'clock
6-
workflow_dispatch: # or manually
5+
- cron: "0 0,6,12,18 * * *" # every 6 hours at o'clock
6+
workflow_dispatch: # or manually
77

88
permissions:
99
contents: none

0 commit comments

Comments
 (0)