mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
update
This commit is contained in:
parent
7e3610cfb5
commit
b35a6a9c6e
|
@ -115,7 +115,7 @@ export default function getCommitInfo(
|
|||
.replace(/(Merge\sbranch\s)|(\sinto\s)/gim, ',')
|
||||
.split(',');
|
||||
if (toBranch && MASTER_BRANCH[toBranch]) {
|
||||
task = getTask(branch) || getTaskNumber(branch);
|
||||
task = getTask(branch) || `#${getTaskNumber(branch)}`;
|
||||
prId = task;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue