.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:
Siddharth Bharat Purohit 2021-05-25 12:28:07 +05:30 committed by Andrew Tridgell
parent 468838ff7f
commit e5a33e8efc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Notify users based on issue labels
on:
issues:
types: [labeled]
pull_request:
pull_request_target:
types: [labeled]
jobs: