From ca89ae2f82f394e51cd2c2280cca93b1112035de Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 25 Aug 2021 13:03:57 +0200 Subject: [PATCH] fix(dashboard): add link to docs in default header (#11422) --- lib/config/options/index.ts | 2 +- .../master-issue_with_2_PR_closed_ignored.txt | 2 +- .../__fixtures__/master-issue_with_2_PR_edited.txt | 2 +- .../__fixtures__/master-issue_with_3_PR_in_approval.txt | 2 +- .../__fixtures__/master-issue_with_3_PR_in_progress.txt | 2 +- .../repository/__fixtures__/master-issue_with_8_PR.txt | 2 +- .../__snapshots__/dependency-dashboard.spec.ts.snap | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 1bacce70bf..79226b72ed 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -419,7 +419,7 @@ const options: RenovateOptions[] = [ 'Any text added here will be placed first in the Dependency Dashboard issue body.', type: 'string', default: - 'This issue contains a list of Renovate updates and their statuses.', + 'This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)', }, { name: 'dependencyDashboardFooter', diff --git a/lib/workers/repository/__fixtures__/master-issue_with_2_PR_closed_ignored.txt b/lib/workers/repository/__fixtures__/master-issue_with_2_PR_closed_ignored.txt index f96aa04e65..fae1e9ad07 100644 --- a/lib/workers/repository/__fixtures__/master-issue_with_2_PR_closed_ignored.txt +++ b/lib/workers/repository/__fixtures__/master-issue_with_2_PR_closed_ignored.txt @@ -1,4 +1,4 @@ -This issue contains a list of Renovate updates and their statuses. +This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Ignored or Blocked diff --git a/lib/workers/repository/__fixtures__/master-issue_with_2_PR_edited.txt b/lib/workers/repository/__fixtures__/master-issue_with_2_PR_edited.txt index 42cb5387c4..793b2717ad 100644 --- a/lib/workers/repository/__fixtures__/master-issue_with_2_PR_edited.txt +++ b/lib/workers/repository/__fixtures__/master-issue_with_2_PR_edited.txt @@ -1,4 +1,4 @@ -This issue contains a list of Renovate updates and their statuses. +This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Edited/Blocked diff --git a/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_approval.txt b/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_approval.txt index 028f21c7e1..10a26e9b56 100644 --- a/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_approval.txt +++ b/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_approval.txt @@ -1,4 +1,4 @@ -This issue contains a list of Renovate updates and their statuses. +This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## PR Creation Approval Required diff --git a/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_progress.txt b/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_progress.txt index 2335f7c69c..cb6da6175d 100644 --- a/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_progress.txt +++ b/lib/workers/repository/__fixtures__/master-issue_with_3_PR_in_progress.txt @@ -1,4 +1,4 @@ -This issue contains a list of Renovate updates and their statuses. +This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open diff --git a/lib/workers/repository/__fixtures__/master-issue_with_8_PR.txt b/lib/workers/repository/__fixtures__/master-issue_with_8_PR.txt index 9c23c04aba..cf2cd69680 100644 --- a/lib/workers/repository/__fixtures__/master-issue_with_8_PR.txt +++ b/lib/workers/repository/__fixtures__/master-issue_with_8_PR.txt @@ -1,4 +1,4 @@ -This issue contains a list of Renovate updates and their statuses. +This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Pending Approval diff --git a/lib/workers/repository/__snapshots__/dependency-dashboard.spec.ts.snap b/lib/workers/repository/__snapshots__/dependency-dashboard.spec.ts.snap index 7f451bbf86..02d286d9fd 100644 --- a/lib/workers/repository/__snapshots__/dependency-dashboard.spec.ts.snap +++ b/lib/workers/repository/__snapshots__/dependency-dashboard.spec.ts.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`workers/repository/dependency-dashboard ensureDependencyDashboard() contains logged problems 1`] = ` -"This issue contains a list of Renovate updates and their statuses. +"This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Repository problems @@ -23,7 +23,7 @@ These updates await pending status checks. To force their creation now, click th `; exports[`workers/repository/dependency-dashboard ensureDependencyDashboard() open or update Dependency Dashboard when all branches are closed and dependencyDashboardAutoclose is false 1`] = ` -"This issue contains a list of Renovate updates and their statuses. +"This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. @@ -33,7 +33,7 @@ And this is a footer `; exports[`workers/repository/dependency-dashboard ensureDependencyDashboard() open or update Dependency Dashboard when rules contain approvals 1`] = ` -"This issue contains a list of Renovate updates and their statuses. +"This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. @@ -43,7 +43,7 @@ And this is a footer `; exports[`workers/repository/dependency-dashboard ensureDependencyDashboard() rechecks branches 1`] = ` -"This issue contains a list of Renovate updates and their statuses. +"This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Pending Approval -- GitLab