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:
Paweł Gronowski
2026-03-04 18:32:27 +01:00
parent 4e606a0154
commit 71c48150eb

1
.github/labeler.yml vendored
View File

@@ -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/**'