fix labeler config

This commit is contained in:
Joel Wetzell
2025-12-07 11:27:15 -06:00
parent e3b6783a98
commit ce8e18dd4f

20
.github/labeler.yml vendored
View File

@@ -1,10 +1,22 @@
framing: config:
- changed-files: - changed-files:
- any-glob-to-any-file: 'internal/framing/**' - any-glob-to-any-file: 'internal/config/**'
processing: framer:
- changed-files: - changed-files:
- any-glob-to-any-file: 'internal/processing/**' - any-glob-to-any-file: 'internal/framer/**'
module:
- changed-files:
- any-glob-to-any-file: 'internal/module/**'
processor:
- changed-files:
- any-glob-to-any-file: 'internal/processor/**'
route:
- changed-files:
- any-glob-to-any-file: 'internal/route/**'
cli: cli:
- changed-files: - changed-files: