Skip to content

Commit 0933ca6

Browse files
committed
turn on dry_run for pr reminder to test
1 parent 5fa96e9 commit 0933ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-reminder.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Send review reminders'
22
on:
33
schedule:
44
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays
5+
workflow_dispatch:
56

67
jobs:
78
remind:
@@ -11,4 +12,4 @@ jobs:
1112
uses: bcgov/aps-devops/pr-reminder@dev
1213
with:
1314
token: ${{ secrets.GITHUB_TOKEN }}
14-
dry_run: "false"
15+
dry_run: "true"

0 commit comments

Comments
 (0)