Skip to content
Snippets Groups Projects
Unverified Commit d0af557a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: no warn when deleting lock file maintenance branch

Closes #1797
parent 126b6b28
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ async function processBranch(branchConfig) { ...@@ -158,7 +158,7 @@ async function processBranch(branchConfig) {
!config.parentBranch && !config.parentBranch &&
branchExists branchExists
) { ) {
logger.warn( logger.info(
'Deleting lock file maintenance branch as master lock file no longer needs updating' 'Deleting lock file maintenance branch as master lock file no longer needs updating'
); );
return 'delete'; return 'delete';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment