From fa7f98c785ad758a7529ccda0fdafd191a7ab1fd Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Sat, 25 Mar 2023 19:09:06 -0400 Subject: [PATCH] Yikes, still missed that --- src/labeler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/labeler.ts b/src/labeler.ts index 0352ce86..aa1b4c13 100644 --- a/src/labeler.ts +++ b/src/labeler.ts @@ -273,7 +273,7 @@ export function checkAll( } if (matchConfig.changedFiles) { - if (checkAllChangedFiles(changedFiles, matchConfig.changedFiles)) { + if (!checkAllChangedFiles(changedFiles, matchConfig.changedFiles)) { return false; } }