mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
gha/labeler: Remove *_test.go from area/testing label
The *_test.go pattern was causing excessive noise by labeling all PRs that include test files with area/testing, even when the primary focus of the PR was not testing infrastructure itself. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@@ -136,7 +136,6 @@ area/testing:
|
||||
- any-glob-to-any-file:
|
||||
- 'integration/**'
|
||||
- 'integration-cli/**'
|
||||
- '**/*_test.go'
|
||||
- 'internal/test*'
|
||||
- 'internal/testutil/**'
|
||||
- all-globs-to-all-files: '!vendor/**'
|
||||
|
||||
Reference in New Issue
Block a user