Skip to content

Commit

Permalink
Update pr-review-reminder
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky committed Aug 14, 2023
1 parent 4d629c0 commit 21cfc57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-reviewer-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: PR reviewer reminder
on:
schedule:
# Check reviews every weekday, 10:00 and 17:00
- cron: '0 10,17 * * 1-5'
#- cron: '0 10,17 * * 1-5'
- cron: '*/20 * * * *'

jobs:
pull-request-reviewer-reminder:
Expand Down

0 comments on commit 21cfc57

Please sign in to comment.