diff --git a/.github/labeler.yml b/.github/labeler.yml index 7c0ceeb7..60eee877 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,38 +1,60 @@ "Category: CI": - - .github/workflows/* +- changed-files: + - any-glob-to-any-file: + - .github/workflows/* "Category: Meta": - - ./* - - .github/* - - .github/ISSUE_TEMPLATE/* - - .github/PULL_REQUEST_TEMPLATE/* - - .gitignore +- changed-files: + - any-glob-to-any-file: + - ./* + - .github/* + - .github/ISSUE_TEMPLATE/* + - .github/PULL_REQUEST_TEMPLATE/* + - .gitignore "Category: Build System": - - meson.build - - meson_options.txt - - subprojects/* +- changed-files: + - any-glob-to-any-file: + - meson.build + - meson_options.txt + - subprojects/* "Category: Documentation": - - docs/**/* +- changed-files: + - any-glob-to-any-file: + - docs/**/* "Category: Resources": - - resources/**/* +- changed-files: + - any-glob-to-any-file: + - resources/**/* "Category: Themes": - - data/colors/* +- changed-files: + - any-glob-to-any-file: + - data/colors/* "Category: Lua Core": - - data/core/**/* +- changed-files: + - any-glob-to-any-file: + - data/core/**/* "Category: Fonts": - - data/fonts/* +- changed-files: + - any-glob-to-any-file: + - data/fonts/* "Category: Plugins": - - data/plugins/* +- changed-files: + - any-glob-to-any-file: + - data/plugins/* "Category: C Core": - - src/**/* +- changed-files: + - any-glob-to-any-file: + - src/**/* "Category: Libraries": - - lib/**/* +- changed-files: + - any-glob-to-any-file: + - lib/**/*