lite-xl/.github/labeler.yml

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/**/*