Update pr-labeler.yml

Changing from `pull_request` to `pull_request_target` so that forks can get the write permissions to add labels. See [this thread](https://github.com/actions/labeler/issues/121) in the action repo.
This commit is contained in:
Dan Stough 2022-05-12 17:07:25 -04:00 committed by Dan Stough
parent 6c868b6c0e
commit abed0bf5b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
pull_request:
pull_request_target:
types: [opened]
jobs: