Skip to content

Commit

Permalink
turn on dry_run for pr reminder to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 17, 2024
1 parent 5fa96e9 commit 0933ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'Send review reminders'
on:
schedule:
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays
workflow_dispatch:

jobs:
remind:
Expand All @@ -11,4 +12,4 @@ jobs:
uses: bcgov/aps-devops/pr-reminder@dev
with:
token: ${{ secrets.GITHUB_TOKEN }}
dry_run: "false"
dry_run: "true"

0 comments on commit 0933ca6

Please sign in to comment.