We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f7247 commit 66b9cc2Copy full SHA for 66b9cc2
.github/workflows/issue-management-stale-action.yml
@@ -4,7 +4,7 @@ name: Issue management - run stale action
4
on:
5
schedule:
6
# hourly at minute 23
7
- - cron: "23 * * * *"
+ - cron: "23 6 * * *"
8
workflow_dispatch:
9
10
permissions: {}
0 commit comments