Skip to content

Commit

Permalink
GL-2639: Initialize project with dedault branch and readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkska committed Jun 21, 2024
1 parent ac0e84b commit 650dee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/CodeStudio/CodeStudioCommandTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ private function setGitLabProjectDescription(mixed $cloudApplicationUuid): void
private function getGitLabProjectDefaults(): array {
return [
'container_registry_access_level' => 'disabled',
'default_branch' => 'main',
'description' => $this->gitLabProjectDescription,
'initialize_with_readme' => TRUE,
'topics' => 'Acquia Cloud Application',
];
}
Expand Down

0 comments on commit 650dee6

Please sign in to comment.