Create labeler.yml

This commit is contained in:
Jack 2022-05-06 12:53:08 +02:00 committed by GitHub
parent 60a4bd7b64
commit 80e9e49a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"