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

fix: ensure dashboard if approvals in config

parent b42071f3
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ export async function ensureMasterIssue( ...@@ -58,6 +58,8 @@ export async function ensureMasterIssue(
if ( if (
!( !(
config.dependencyDashboard || config.dependencyDashboard ||
config.dependencyDashboardApproval ||
config.packageRules?.some((rule) => rule.dependencyDashboardApproval) ||
branches.some( branches.some(
(branch) => (branch) =>
branch.dependencyDashboardApproval || branch.dependencyDashboardApproval ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment