Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/locker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Locker - Lock stale issues
on:
schedule:
- 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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to run at 5:30 AM as well


workflow_dispatch:
# Manual triggering through the GitHub UI, API, or CLI
Expand Down
Loading