diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 2c84423..caf1a31 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -3,7 +3,7 @@ name: 'Label Actions' on: issues: types: [labeled, unlabeled] - pull_request: + pull_request_target: types: [labeled, unlabeled] discussion: types: [labeled, unlabeled]