From 12e70d729a6d9aabbe099f78cf7d064a587d8b64 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Thu, 9 Oct 2025 03:33:41 +0500 Subject: [PATCH] use pull_request_target to run action in context of the base repo rather than forked dependabot repo --- .github/workflows/move-dependency-pr-to-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-dependency-pr-to-code-review.yml b/.github/workflows/move-dependency-pr-to-code-review.yml index 70a311756d..44c294c3b2 100644 --- a/.github/workflows/move-dependency-pr-to-code-review.yml +++ b/.github/workflows/move-dependency-pr-to-code-review.yml @@ -4,7 +4,7 @@ permissions: pull-requests: read on: - pull_request: + pull_request_target: types: [opened] jobs: