1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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