- recompile dist
This commit is contained in:
+3
-3
@@ -1254,7 +1254,7 @@ function buildRegex(regex, target, onProperty, method, onEmpty) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
core.warning(`⚠️ Bad replacer regex: ${regex.pattern}`);
|
core.warning(`⚠️ Bad regex: ${regex.pattern} (${e})`);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2056,7 +2056,7 @@ function buildChangelog(diffInfo, origPrs, options) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!valid)
|
if (!valid)
|
||||||
core.warning(`⚠️ Extracted reference 'isNaN': ${extracted}`);
|
core.debug(`⚠️ Extracted reference 'isNaN': ${extracted}`);
|
||||||
remappedPrs.push(pr);
|
remappedPrs.push(pr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2169,7 +2169,7 @@ function buildChangelog(diffInfo, origPrs, options) {
|
|||||||
if (category.exhaustive_rules !== undefined) {
|
if (category.exhaustive_rules !== undefined) {
|
||||||
exhaustive_rules = category.exhaustive_rules;
|
exhaustive_rules = category.exhaustive_rules;
|
||||||
}
|
}
|
||||||
if (matched && category.rules !== undefined) {
|
if ((matched || category.labels === undefined) && category.rules !== undefined) {
|
||||||
matched = (0, regexUtils_2.matchesRules)(category.rules, pr, exhaustive_rules);
|
matched = (0, regexUtils_2.matchesRules)(category.rules, pr, exhaustive_rules);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user