Enable labeler action again

With the `pull_request_target` event it should now also work with pull requests from forks.
This commit is contained in:
Gunter Labes 2020-10-01 21:02:34 +02:00 committed by GitHub
parent 742b58c276
commit 9a55dd47db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/labeler.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"