Add labeler (#1379)

This commit is contained in:
Eric Fennis
2023-06-23 09:37:16 +02:00
committed by GitHub
parent 66f51474cd
commit c1cb5d9bc2
2 changed files with 76 additions and 0 deletions

12
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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