tooling: add PR labeler (#7460)

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
feature/windows-fix-syntax-2
Axel Navarro 2021-11-20 23:02:52 -03:00 committed by GitHub
parent 6ccf43e391
commit 0659e80101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
name: PR Labeler
on: pull_request_target
permissions:
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: tldr-pages/tldr-labeler-action@v0.1.0
with:
token: "${{ secrets.GITHUB_TOKEN }}"