Skip to content

Commit c244893

Browse files
committed
Reducing the stale issue action schedule to every 3 hours.
1 parent f54d958 commit c244893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Close stale issues"
33
# Controls when the action will run.
44
on:
55
schedule:
6-
- cron: "0/30 * * * *"
6+
- cron: "0 0/3 * * *"
77

88
jobs:
99
cleanup:

0 commit comments

Comments
 (0)