Add kube auto-labeller

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2021-02-01 12:22:57 +01:00
parent aa1efb885a
commit 74c394124c
1 changed files with 3 additions and 0 deletions

3
.github/labeler.yml vendored
View File

@ -7,6 +7,9 @@ ecs:
local: local:
- local/**/* - local/**/*
kube:
- kube/**/*
cli: cli:
- cli/**/* - cli/**/*