From 6c3151f681d679884a0a380dd05711d4cb6b7f2f Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:40:24 +0530 Subject: [PATCH] ci: auto run assign PR workflow --- .github/workflows/assign-prs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign-prs.yml b/.github/workflows/assign-prs.yml index 6f149e7..486ffca 100644 --- a/.github/workflows/assign-prs.yml +++ b/.github/workflows/assign-prs.yml @@ -15,13 +15,14 @@ name: PR assignment on: - pull_request: - types: [opened, edited, synchronize, reopened] + pull_request_target: + types: [opened, edited, reopened] jobs: auto-assign: runs-on: ubuntu-latest permissions: + issues: write pull-requests: write steps: - name: "Auto-assign PR"