mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
fix labeler config
This commit is contained in:
20
.github/labeler.yml
vendored
20
.github/labeler.yml
vendored
@@ -1,10 +1,22 @@
|
||||
framing:
|
||||
config:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'internal/framing/**'
|
||||
- any-glob-to-any-file: 'internal/config/**'
|
||||
|
||||
processing:
|
||||
framer:
|
||||
- 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:
|
||||
- changed-files:
|
||||
|
||||
Reference in New Issue
Block a user