From e1b831e5c2a1639f3bba57d0922fd0c7a7816df7 Mon Sep 17 00:00:00 2001 From: John McBride Date: Tue, 8 Mar 2022 17:10:09 -0700 Subject: [PATCH] Updates labeler for new labels (#1613) Signed-off-by: John McBride --- .github/labeler.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index bd2b3bf52..351d961c6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,16 +1,17 @@ # changes to documentation generation -"area/doc-gen": doc/**/* +"area/docs-generation": doc/**/* -# changes to the core Go cobra lib package -"area/lib": ./*.go +# changes to the core cobra command +"area/cobra-command": +- any: ['./cobra.go', './cobra_test.go', './*command*.go' -# changes to the Cobra CLI -"area/cli": cobra/**/* +# changes made to command flags/args +"area/flags": ./args*.go # changes to Github workflows "area/github": .github/**/* # changes to shell completions -"area/*sh completion": +"area/shell-completion": - ./*completions*