Skip to content

Commit

Permalink
dry_run true for reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 9, 2024
1 parent 8c4f975 commit b17f4fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
remind:
runs-on: ubuntu-latest
steps:
- uses: bcgov/aps-devops/pr-reminder@dev

- name: Run PR reviewer reminder
uses: bcgov/aps-devops/pr-reminder@dev
with:
dry_run: "true" # Set to "false" to enable comments

0 comments on commit b17f4fa

Please sign in to comment.