Files
showbridge-go/.github/labeler.yml
2025-12-07 11:27:15 -06:00

24 lines
473 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/**'
cli:
- changed-files:
- any-glob-to-any-file: 'cmd/showbridge/**'