Skip to content

Commit

Permalink
add PR reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux authored Dec 6, 2024
1 parent a1a4bcf commit c96adb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Send review reminders'
on:
schedule:
- cron: '30 1 * * *' # Scheduled to run at 1:30 AM daily
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
remind:
runs-on: ubuntu-latest
steps:
- uses: bcgov/aps-devops/pr-reminder@dev

0 comments on commit c96adb4

Please sign in to comment.