Skip to content

Commit 1deff2e

Browse files
authored
Merge pull request moby#5316 from thompson-shaun/windows-label-fix
Fix windows label rules
2 parents 604d2d0 + 3b3eaca commit 1deff2e

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)