mirror of
https://github.com/actions/labeler
synced 2026-05-05 03:07:49 +02: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