mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
refactor: hasUrls
This commit is contained in:
parent
516f60a2cf
commit
b5f2a8940d
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ async function ensurePr(prConfig) {
|
||||||
continue; // eslint-disable-line no-continue
|
continue; // eslint-disable-line no-continue
|
||||||
}
|
}
|
||||||
processedUpgrades.push(upgradeKey);
|
processedUpgrades.push(upgradeKey);
|
||||||
|
upgrade.hasUrls = !!(upgrade.repositoryUrl || upgrade.homepage);
|
||||||
|
|
||||||
const logJSON = await changelogHelper.getChangeLogJSON({
|
const logJSON = await changelogHelper.getChangeLogJSON({
|
||||||
manager: upgrade.manager,
|
manager: upgrade.manager,
|
||||||
|
|
Loading…
Reference in a new issue