mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix: add link to master issue blog post
This commit is contained in:
parent
1dfcc4ef3d
commit
54c02adb8b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ async function ensureMasterIssue(config, branches) {
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let issueBody = `This issue contains a list of ${appName} updates and their statuses.\n\n`;
|
let issueBody = `This [master issue](https://renovatebot.com/blog/master-issue) contains a list of ${appName} updates and their statuses.\n\n`;
|
||||||
const pendingApprovals = branches.filter(
|
const pendingApprovals = branches.filter(
|
||||||
branch => branch.res === 'needs-approval'
|
branch => branch.res === 'needs-approval'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue