From c935844c79b25abbbb740b288f7a655b54b5756a Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 14 Oct 2020 17:11:31 -0700 Subject: [PATCH] Make labeler work with PRs from forks (#390) Signed-off-by: Louise Poubel --- .github/workflows/pr-collection-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-collection-labeler.yml b/.github/workflows/pr-collection-labeler.yml index 99e9730bc..7d7b4e179 100644 --- a/.github/workflows/pr-collection-labeler.yml +++ b/.github/workflows/pr-collection-labeler.yml @@ -1,6 +1,6 @@ name: PR Collection Labeler -on: pull_request +on: pull_request_target jobs: pr_collection_labeler: