From 8e3b361aeba12c47030011bac45badf93eadf611 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 17 Jun 2024 01:45:57 +1000 Subject: [PATCH] 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. --- .github/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 26d28df14..6c174951e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,10 +9,6 @@ documentation: - libc/README.md - tool/cosmocc/README.md - third_party/getopt/README.txt -testing: - - changed-files: - - any-glob-to-any-file: - - test/** build: - changed-files: - any-glob-to-any-file: