mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 21:17:02 +00:00
Yikes, still missed that
This commit is contained in:
@@ -273,7 +273,7 @@ export function checkAll(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (matchConfig.changedFiles) {
|
if (matchConfig.changedFiles) {
|
||||||
if (checkAllChangedFiles(changedFiles, matchConfig.changedFiles)) {
|
if (!checkAllChangedFiles(changedFiles, matchConfig.changedFiles)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user