mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 12:55:29 +00:00
28 lines
541 B
YAML
28 lines
541 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/**"
|
|
|
|
router:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "router*"
|
|
|
|
route:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "internal/route/**"
|
|
|
|
cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "cmd/showbridge/**"
|