mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-15 07:02:26 +02:00
ci: added PR labeler
This commit is contained in:
parent
1faa562964
commit
75dcce02dc
2 changed files with 32 additions and 0 deletions
19
.github/labeler.yml
vendored
Normal file
19
.github/labeler.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
core:
|
||||||
|
- all:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "lua/lazyvim/**"
|
||||||
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/*"
|
||||||
|
|
||||||
|
core-plugins:
|
||||||
|
- all:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "lua/lazyvim/plugins/**"
|
||||||
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/extras/*"
|
||||||
|
|
||||||
|
extras:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "lua/lazyvim/plugins/extras/**"
|
||||||
|
|
||||||
|
extras-lang:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "lua/lazyvim/plugins/extras/lang/**"
|
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