From: Dan Fandrich Date: Wed, 25 Jan 2023 18:42:17 +0000 (-0800) Subject: CI: Switch the labeler event to pull_request_target X-Git-Tag: curl-7_88_0~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de8cc2108a59fec0b1b185035f55c1f73548fdba;p=thirdparty%2Fcurl.git CI: Switch the labeler event to pull_request_target Otherwise, the action won't work on PRs from forked repositories (#10326). --- 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: