Update labeler config for new version (#1805)

* Update labeler config for new version

* Fix indent

---------

Co-authored-by: Takase <20792268+takase1121@users.noreply.github.com>
This commit is contained in:
Jan 2024-06-07 13:20:16 +02:00 committed by GitHub
parent a17c7cfcd1
commit 39ba860645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 39 additions and 17 deletions

22
.github/labeler.yml vendored
View File

@ -1,7 +1,11 @@
"Category: CI": "Category: CI":
- changed-files:
- any-glob-to-any-file:
- .github/workflows/* - .github/workflows/*
"Category: Meta": "Category: Meta":
- changed-files:
- any-glob-to-any-file:
- ./* - ./*
- .github/* - .github/*
- .github/ISSUE_TEMPLATE/* - .github/ISSUE_TEMPLATE/*
@ -9,30 +13,48 @@
- .gitignore - .gitignore
"Category: Build System": "Category: Build System":
- changed-files:
- any-glob-to-any-file:
- meson.build - meson.build
- meson_options.txt - meson_options.txt
- subprojects/* - subprojects/*
"Category: Documentation": "Category: Documentation":
- changed-files:
- any-glob-to-any-file:
- docs/**/* - docs/**/*
"Category: Resources": "Category: Resources":
- changed-files:
- any-glob-to-any-file:
- resources/**/* - resources/**/*
"Category: Themes": "Category: Themes":
- changed-files:
- any-glob-to-any-file:
- data/colors/* - data/colors/*
"Category: Lua Core": "Category: Lua Core":
- changed-files:
- any-glob-to-any-file:
- data/core/**/* - data/core/**/*
"Category: Fonts": "Category: Fonts":
- changed-files:
- any-glob-to-any-file:
- data/fonts/* - data/fonts/*
"Category: Plugins": "Category: Plugins":
- changed-files:
- any-glob-to-any-file:
- data/plugins/* - data/plugins/*
"Category: C Core": "Category: C Core":
- changed-files:
- any-glob-to-any-file:
- src/**/* - src/**/*
"Category: Libraries": "Category: Libraries":
- changed-files:
- any-glob-to-any-file:
- lib/**/* - lib/**/*