Remove testing label from labeler.yml (#1220)

#1219 had an issue with noisy testing label. Investigated if there is a
syntax to make it more exclusive, but turns out there isn't one yet. So
let's remove an manually add it in as needed.

Fixes #1219.
This commit is contained in:
Brian 2024-06-17 01:45:57 +10:00 committed by GitHub
parent f9dd5683a4
commit 8e3b361aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/labeler.yml vendored
View file

@ -9,10 +9,6 @@ documentation:
- libc/README.md - libc/README.md
- tool/cosmocc/README.md - tool/cosmocc/README.md
- third_party/getopt/README.txt - third_party/getopt/README.txt
testing:
- changed-files:
- any-glob-to-any-file:
- test/**
build: build:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file: