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 c96adb4 commit 11d5997Copy full SHA for 11d5997
.github/workflows/pr-reminder.yaml
@@ -1,7 +1,7 @@
1
name: 'Send review reminders'
2
on:
3
schedule:
4
- - cron: '30 1 * * *' # Scheduled to run at 1:30 AM daily
+ - cron: '30 1 * * 1-5' # Scheduled to run at 1:30 AM, Monday through Friday
5
workflow_dispatch: # Allows manual triggering of the workflow
6
7
jobs:
0 commit comments