From 3b3eaca80009fa9011e9ec3bc5d9ad5fb1cdc707 Mon Sep 17 00:00:00 2001 From: Shaun Thompson Date: Mon, 9 Sep 2024 21:17:03 -0400 Subject: [PATCH] fix windows area label when modifications are under the vendor folder Signed-off-by: Shaun Thompson --- .github/labeler.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ccfec40cb221..9904941b6829 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -157,6 +157,7 @@ area/worker: # area:windows area/windows: - - changed-files: - - any-glob-to-any-file: "**/*_windows.go" - - all-globs-to-all-files: "!vendor/**/*_windows.go" + - all: + - changed-files: + - any-glob-to-any-file: "**/*_windows.go" + - all-globs-to-all-files: "!vendor/**/*_windows.go"