mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
Run the build command
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -480,7 +480,7 @@ function checkAll(matchConfigs, changedFiles) {
|
||||
}
|
||||
}
|
||||
if (matchConfig.changedFiles) {
|
||||
if ((0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) {
|
||||
if (!(0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user