From cdd10a49f6f3c552126c688bd5ae5ce0bf8e9c4d Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 23 May 2024 10:34:09 +0200 Subject: [PATCH] chore(labeler): Add cli label (#4069) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index d4df3619b3..77b5a826ba 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,3 +25,7 @@ provider/kubernetes: github_actions: - changed-files: - any-glob-to-any-file: ".github/workflows/*" + +cli: + - changed-files: + - any-glob-to-any-file: "cli/**"