Skip to content

Commit

Permalink
fix windows area label when modifications are under the vendor folder
Browse files Browse the repository at this point in the history
Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
(cherry picked from commit 3b3eaca)
  • Loading branch information
thompson-shaun authored and crazy-max committed Sep 10, 2024
1 parent 5c5dc59 commit 74116a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 74116a2

Please sign in to comment.