Files
Janandtakase1121 b8e4b30912 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>
2024-06-23 09:02:55 +08:00

61 lines
1.0 KiB
YAML

"Category: CI":
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
"Category: Meta":
- changed-files:
- any-glob-to-any-file:
- ./*
- .github/*
- .github/ISSUE_TEMPLATE/*
- .github/PULL_REQUEST_TEMPLATE/*
- .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/**/*