Add Pull Request Labeler

This commit is contained in:
Bogdan 2023-05-12 21:40:32 +03:00
commit a5b9951a39
2 changed files with 40 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