Skip to content

Send review reminders #6

Send review reminders

Send review reminders #6

Workflow file for this run

name: 'Send review reminders'
on:
schedule:
- cron: '30 1 * * 1,3,5' # Scheduled to run at 1:30 AM, Monday, Wednesday, Friday
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
remind:
runs-on: ubuntu-latest
steps:
- uses: bcgov/aps-devops/pr-reminder@dev