From d4ecc129bd7c138513c9144f0ba80e833593a677 Mon Sep 17 00:00:00 2001 From: Jesse <80575182+JesseCaddell@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:05:01 -0800 Subject: [PATCH] Update auto-assign.yml --- .github/workflows/auto-assign.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 7b80509..f464a60 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,7 +1,7 @@ name: Auto-assign PRs to author on: - pull_request: + pull_request_target: types: [opened, ready_for_review] jobs: @@ -25,4 +25,4 @@ jobs: run: | gh api \ repos/$OWNER/$REPO/issues/$NUMBER/assignees \ - -X POST -f assignees[]=$AUTHOR \ No newline at end of file + -X POST -f assignees[]=$AUTHOR