From de8cc2108a59fec0b1b185035f55c1f73548fdba Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 25 Jan 2023 10:42:17 -0800 Subject: [PATCH] CI: Switch the labeler event to pull_request_target Otherwise, the action won't work on PRs from forked repositories (#10326). --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 9ba689baeb..146c69dcde 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -10,7 +10,7 @@ # https://github.com/actions/labeler name: Labeler -on: [pull_request] +on: [pull_request_target] jobs: label: