Skip to content

Commit 7650157

Browse files
authored
stale only one time a day
1 parent 6cf33bf commit 7650157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Mark or close stale issues and PRs"
22

33
on:
44
schedule:
5-
- cron: "30 * * * *"
5+
- cron: "30 0 * * *"
66

77
jobs:
88
stale:

0 commit comments

Comments
 (0)