mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Sets up the labeler workflow to automatically label PRs affecting the `client` and `api` modules. This allows to distinguish PRs targetting different modules. TODO: Figure out how to handle PRs that would end up with both labels. However, I think it's good to see what PRs would that affect. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
9 lines
144 B
YAML
9 lines
144 B
YAML
module/client:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'client/**'
|
|
|
|
module/api:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'api/**'
|
|
|