From 00cc82bc8dd4ee05b5c712ca1ea12626ed5ea925 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:11:23 +0200 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 522cde9..acf0c00 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,3 @@ "Need Tests": -- any: ['**', '!__tests__/**'] +- any: ['**'] + all: ['!__tests__/**']