Skip to content

Commit dd2751e

Browse files
committed
feat: set AutoInit to true to initialise empty repos automatically
1 parent 2c1c402 commit dd2751e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ func StandardRepositoryArgs(name string, description *string) github.RepositoryA
531531
AllowSquashMerge: pulumi.Bool(true),
532532
AllowRebaseMerge: pulumi.Bool(true),
533533
AllowMergeCommit: pulumi.Bool(false),
534+
AutoInit: pulumi.Bool(true),
534535
}
535536

536537
if description != nil {

0 commit comments

Comments
 (0)