mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
CI: Switch the labeler event to pull_request_target
Otherwise, the action won't work on PRs from forked repositories (#10326).
This commit is contained in:
parent
c0958b7ea1
commit
de8cc2108a
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@ -10,7 +10,7 @@
|
||||
# https://github.com/actions/labeler
|
||||
|
||||
name: Labeler
|
||||
on: [pull_request]
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
Loading…
Reference in New Issue
Block a user