Skip to content

Commit 3b3eaca

Browse files
fix windows area label when modifications are under the vendor folder
Signed-off-by: Shaun Thompson <[email protected]>
1 parent 604d2d0 commit 3b3eaca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/labeler.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ area/worker:
157157

158158
# area:windows
159159
area/windows:
160-
- changed-files:
161-
- any-glob-to-any-file: "**/*_windows.go"
162-
- all-globs-to-all-files: "!vendor/**/*_windows.go"
160+
- all:
161+
- changed-files:
162+
- any-glob-to-any-file: "**/*_windows.go"
163+
- all-globs-to-all-files: "!vendor/**/*_windows.go"

0 commit comments

Comments
 (0)