From 7ddd1939b834b43d44340a797986010b70fd39f2 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:53:19 +0200 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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": + - '**' + - '.*' + - '.*/**'