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__/**']