mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# GenerateRepoOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**avatar** | **Boolean** | include avatar of the template repo | [optional]
|
|
**defaultBranch** | **String** | Default branch of the new repository | [optional]
|
|
**description** | **String** | Description of the repository to create | [optional]
|
|
**gitContent** | **Boolean** | include git content of default branch in template repo | [optional]
|
|
**gitHooks** | **Boolean** | include git hooks in template repo | [optional]
|
|
**labels** | **Boolean** | include labels in template repo | [optional]
|
|
**name** | **String** | Name of the repository to create |
|
|
**owner** | **String** | The organization or person who will own the new repository |
|
|
**_private** | **Boolean** | Whether the repository is private | [optional]
|
|
**protectedBranch** | **Boolean** | include protected branches in template repo | [optional]
|
|
**topics** | **Boolean** | include topics in template repo | [optional]
|
|
**webhooks** | **Boolean** | include webhooks in template repo | [optional]
|