mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 09:55:56 +02:00
tooling: add PR labeler (#7460)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
parent
6ccf43e391
commit
0659e80101
1 changed files with 11 additions and 0 deletions
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 }}"
|
Loading…
Add table
Reference in a new issue