]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Switch the labeler event to pull_request_target
authorDan Fandrich <dan@coneharvesters.com>
Wed, 25 Jan 2023 18:42:17 +0000 (10:42 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 25 Jan 2023 18:43:47 +0000 (10:43 -0800)
Otherwise, the action won't work on PRs from forked repositories
(#10326).

.github/workflows/label.yml

index 9ba689baeb2c4d36d741e583b4fc6f6a79d82c84..146c69dcde1468c0fb45a0e8a3e0aa74dc6e91d0 100644 (file)
@@ -10,7 +10,7 @@
 # https://github.com/actions/labeler
 
 name: Labeler
-on: [pull_request]
+on: [pull_request_target]
 
 jobs:
   label: