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