🤖 ci: add auto pull request labeling github action (#233)
This commit is contained in:
parent
658505cea1
commit
360f415ca0
1 changed files with 15 additions and 0 deletions
15
.github/workflows/pr_labeler.yml
vendored
Normal file
15
.github/workflows/pr_labeler.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: "Pull Request Auto Labeler"
|
||||||
|
on:
|
||||||
|
- pull_request_target
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v4
|
||||||
|
with:
|
||||||
|
sync-labels: true
|
||||||
|
dot: true
|
Loading…
Add table
Reference in a new issue