Skip to content
Snippets Groups Projects
Commit 4500686c authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(dashboard): better Ignored description

parent dae7eadf
No related branches found
No related tags found
No related merge requests found
This issue contains a list of Renovate updates and their statuses. This issue contains a list of Renovate updates and their statuses.
## Closed/Ignored ## Ignored or Blocked
These updates were closed unmerged and will not be recreated unless you click a checkbox below. These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.
- [ ] <!-- recreate-branch=branchName1 -->pr1 - [ ] <!-- recreate-branch=branchName1 -->pr1
- [ ] <!-- recreate-branch=branchName2 -->pr2 (`dep2`, `dep3`) - [ ] <!-- recreate-branch=branchName2 -->pr2 (`dep2`, `dep3`)
......
...@@ -209,9 +209,9 @@ export async function ensureMasterIssue( ...@@ -209,9 +209,9 @@ export async function ensureMasterIssue(
(branch) => branch.res === ProcessBranchResult.AlreadyExisted (branch) => branch.res === ProcessBranchResult.AlreadyExisted
); );
if (alreadyExisted.length) { if (alreadyExisted.length) {
issueBody += '## Closed/Ignored\n\n'; issueBody += '## Ignored or Blocked\n\n';
issueBody += issueBody +=
'These updates were closed unmerged and will not be recreated unless you click a checkbox below.\n\n'; 'These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.\n\n';
for (const branch of alreadyExisted) { for (const branch of alreadyExisted) {
const pr = await platform.findPr({ const pr = await platform.findPr({
branchName: branch.branchName, branchName: branch.branchName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment