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