Skip to content

Commit 66b9cc2

Browse files
authored
Update .github/workflows/issue-management-stale-action.yml
Signed-off-by: Jay DeLuca <jaydeluca4@gmail.com>
1 parent d8f7247 commit 66b9cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-management-stale-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Issue management - run stale action
44
on:
55
schedule:
66
# hourly at minute 23
7-
- cron: "23 * * * *"
7+
- cron: "23 6 * * *"
88
workflow_dispatch:
99

1010
permissions: {}

0 commit comments

Comments
 (0)