Merge pull request #52137 from vvoland/label-notesting

gha/labeler: Remove *_test.go from area/testing label
This commit is contained in:
Sebastiaan van Stijn
2026-03-04 19:12:23 +01:00
committed by GitHub

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