mirror of
https://github.com/curl/curl.git
synced 2026-05-18 22:26:19 +03: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue