mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-01 01:59:39 +00:00
update
This commit is contained in:
parent
7e3610cfb5
commit
b35a6a9c6e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default function getCommitInfo(
|
||||||
.replace(/(Merge\sbranch\s)|(\sinto\s)/gim, ',')
|
.replace(/(Merge\sbranch\s)|(\sinto\s)/gim, ',')
|
||||||
.split(',');
|
.split(',');
|
||||||
if (toBranch && MASTER_BRANCH[toBranch]) {
|
if (toBranch && MASTER_BRANCH[toBranch]) {
|
||||||
task = getTask(branch) || getTaskNumber(branch);
|
task = getTask(branch) || `#${getTaskNumber(branch)}`;
|
||||||
prId = task;
|
prId = task;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue