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:
parent
a17c7cfcd1
commit
39ba860645
|
@ -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/**/*
|
||||
|
|
Loading…
Reference in New Issue