Files
showbridge-go/.github/labeler.yml
2026-02-02 12:55:23 -06:00

28 lines
540 B
YAML

config:
- changed-files:
- any-glob-to-any-file: 'internal/config/**'
framer:
- changed-files:
- 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/**'
routr:
- changed-files:
- any-glob-to-any-file: 'router*'
cli:
- changed-files:
- any-glob-to-any-file: 'cmd/showbridge/**'