mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-03 17:45:05 +02:00
ci: added PR labeler
This commit is contained in:
parent
1faa562964
commit
75dcce02dc
2 changed files with 32 additions and 0 deletions
13
.github/workflows/labeler.yml
vendored
Normal file
13
.github/workflows/labeler.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- workflow_dispatch
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
Loading…
Add table
Add a link
Reference in a new issue