We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a4e8d commit b711334Copy full SHA for b711334
.github/workflows/locker.yml
@@ -1,7 +1,7 @@
1
name: Locker - Lock stale issues
2
on:
3
schedule:
4
- - cron: '34 8 * * *' # Once per day, overnight PT, uncommon minute of hour
+ - cron: '34 12 * * 1-5' # Once per weekday, overnight PT, uncommon minute of hour
5
6
workflow_dispatch:
7
# Manual triggering through the GitHub UI, API, or CLI
0 commit comments