Browse Source

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.
pull/13096/head
Dan Stough 3 years ago committed by Dan Stough
parent
commit
b9e0b14e12
  1. 2
      .github/workflows/pr-labeler.yml

2
.github/workflows/pr-labeler.yml

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

Loading…
Cancel
Save