From 95a25a3f27bccf36cdfb58d8a72dfd6149cd6c0e Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Wed, 6 Oct 2021 15:29:18 +0200 Subject: [PATCH] Make temp patch name more specific Signed-off-by: Erik Engervall --- .../src/features/Patch/hooks/usePatchValidationSequence.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx b/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx index 7778fffe42..0ab0deee73 100644 --- a/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx +++ b/plugins/git-release-manager/src/features/Patch/hooks/usePatchValidationSequence.tsx @@ -51,7 +51,7 @@ export function usePatchValidationSequence({ const { responseSteps, addStepToResponseSteps, asyncCatcher, abortIfError } = useResponseSteps(); - const tempPatchBranchName = `${releaseBranchName}-grm-temp-patch-prep`; + const tempPatchBranchName = `${releaseBranchName}-backstage-grm-patch-validation`; /** * (1) Get the release branch's most recent commit