Skip to content

Commit 71c4815

Browse files
committed
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 <[email protected]>
1 parent 4e606a0 commit 71c4815

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ area/testing:
136136
- any-glob-to-any-file:
137137
- 'integration/**'
138138
- 'integration-cli/**'
139-
- '**/*_test.go'
140139
- 'internal/test*'
141140
- 'internal/testutil/**'
142141
- all-globs-to-all-files: '!vendor/**'

0 commit comments

Comments
 (0)