From b656654f889e560d5327c5b8f35d1423a2511935 Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Thu, 31 Aug 2023 19:25:05 +0200 Subject: [PATCH] fix --- src/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.ts b/src/manifest.ts index 13e074c7c..e0c2b1af2 100644 --- a/src/manifest.ts +++ b/src/manifest.ts @@ -1258,7 +1258,7 @@ export class Manifest { this.logger.error( `Branch comparison between '${pr.headBranchName}' and '${branchName.changesBranch}' failed due to a missing branch. As a result branches '${pr.baseBranchName}' and '${branchName.changesBranch}' won't be re-aligned which may result in git conflicts when the next release PR is created. Note: the release branch '${pr.headBranchName}' used for the PR ${pr.number} has likely been deleted manually before the release process could run, resulting in this error.` ); - return; + continue; } }