Remove erroneous renaming
Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
This commit is contained in:
parent
2b15cb4aa0
commit
1d4b92171f
@@ -182,7 +182,7 @@ export const PatchBody = ({
|
||||
// The selected patch commit's sha is included in the commit message,
|
||||
// which means it's part of a previous patch
|
||||
releaseBranchCommit.commit.message.includes(
|
||||
getPatchCommitSuffix({ commitHash: commit.sha }),
|
||||
getPatchCommitSuffix({ commitSha: commit.sha }),
|
||||
),
|
||||
);
|
||||
const hasNoParent = !commit.firstParentSha;
|
||||
|
||||
Reference in New Issue
Block a user