Skip to content

Commit

Permalink
add PR review reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 9, 2024
1 parent 50433c8 commit a36e672
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Send review reminders'
on:
schedule:
- cron: '30 8 * * 1,3,5' # Scheduled to run at 1:30 AM, Monday, Wednesday, Friday

jobs:
remind:
runs-on: ubuntu-latest
steps:
- name: Run PR reviewer reminder
uses: bcgov/aps-devops/pr-reminder@dev
with:
token: ${{ secrets.GITHUB_TOKEN }}
dry_run: "false"

0 comments on commit a36e672

Please sign in to comment.