Skip to content

Commit ac432e6

Browse files
committed
Turn off dry-run for live testing
1 parent f700c93 commit ac432e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign-reviewers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
const STALE_DAYS = 90;
4747
const DRY_RUN = context.eventName === "workflow_dispatch"
4848
? '${{ github.event.inputs.dry_run }}' === 'true'
49-
: true;
49+
: false;
5050
5151
const { owner, repo } = context.repo;
5252
const staleCutoff = new Date();

0 commit comments

Comments
 (0)