mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +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:
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user