From dddae4b59f7723405a63000982daba587a880372 Mon Sep 17 00:00:00 2001 From: Kenneth VanderLinde Date: Mon, 18 Nov 2024 21:46:18 -0800 Subject: [PATCH] Change to run on pull_request_target --- .github/workflows/copy-label-to-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copy-label-to-pr.yml b/.github/workflows/copy-label-to-pr.yml index 6674392ea9..306cf4045b 100644 --- a/.github/workflows/copy-label-to-pr.yml +++ b/.github/workflows/copy-label-to-pr.yml @@ -1,13 +1,13 @@ name: Copy Labels to PR on: - pull_request: + pull_request_target: types: [opened] jobs: copy-labels: permissions: contents: read - issues: write + issues: read pull-requests: write runs-on: ubuntu-latest name: Copy labels from linked issues