Make temp patch name more specific

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-10-06 15:29:18 +02:00
parent 06e8592134
commit 95a25a3f27
@@ -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