diff --git a/.github/labeler.yml b/.github/labeler.yml
index 0af0af7..6455d88 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -7,8 +7,14 @@
 # - package/core/*
 # - package/core/**/*
 
-bug:
-- non-existent-file.txt
+# Removing labels
+# bug:
+# - non-existent-file.txt
+# invalid:
+# - non-existent-file.txt
 
-invalid:
-- non-existent-file.txt
+# Match all files
+"Tests failed":
+  - '**'
+  - '.*'
+  - '.*/**'