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

fix: don’t skip lockfilemaintenance branch creation due to unpublishsafe

Closes #1809
parent dd08a743
Branches
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ async function processBranch(branchConfig) { ...@@ -120,6 +120,7 @@ async function processBranch(branchConfig) {
} }
if ( if (
config.type !== 'lockFileMaintenance' &&
config.unpublishSafe && config.unpublishSafe &&
!config.unpublishable && !config.unpublishable &&
(config.prCreation === 'not-pending' || (config.prCreation === 'not-pending' ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment