1
0
Fork 0

chore: Added labeler workflow

This commit is contained in:
joostdecock 2021-08-30 20:21:53 +02:00
parent 28f14aa151
commit ac912c33d3
2 changed files with 180 additions and 0 deletions

19
.github/workflows/label.yml vendored Normal file
View file

@ -0,0 +1,19 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: PR Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"