Skip to content

Commit 38e9ade

Browse files
committed
feat: specifying default branch provenance
1 parent e44ace1 commit 38e9ade

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Api/Requests/CommandRequests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function initStart(ProjectConfiguration $project, Branch $branch, Branch
8080
],
8181
'branching' => [
8282
'default_branch_name' => $defaultBranch->name,
83+
'default_branch_provenance' => $defaultBranch->provenance(),
8384
],
8485
]);
8586
}

tests/src/Actions/Commands/InitCommandActionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public function execute(
223223
],
224224
'branching' => [
225225
'default_branch_name' => 'default',
226+
'default_branch_provenance' => 'default',
226227
],
227228
]);
228229
});

0 commit comments

Comments
 (0)