tooling: add PR labeler (#7460)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
11
.github/workflows/labeler.yml
vendored
Normal file
11
.github/workflows/labeler.yml
vendored
Normal 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 }}"
|
Reference in New Issue
Block a user