tooling: add PR labeler (#7460)

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Axel Navarro
2021-11-20 23:02:52 -03:00
committed by GitHub
parent 6ccf43e391
commit 0659e80101

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 }}"