mirror of https://github.com/ArduPilot/ardupilot
.github: change to using pull_request_target
This ensures that correct credentials are passed down to allow comments on the PRs.
This commit is contained in:
parent
468838ff7f
commit
e5a33e8efc
|
@ -3,7 +3,7 @@ name: Notify users based on issue labels
|
|||
on:
|
||||
issues:
|
||||
types: [labeled]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue