kopia lustrzana https://github.com/Langenfeld/py-gitea
Changed to default values
rodzic
75a9591b98
commit
d96a040c33
|
@ -590,12 +590,12 @@ class Repository(ApiObject):
|
||||||
mirror_interval: str = None,
|
mirror_interval: str = None,
|
||||||
lfs: bool = False,
|
lfs: bool = False,
|
||||||
lfs_endpoint: str = "",
|
lfs_endpoint: str = "",
|
||||||
wiki: bool = True,
|
wiki: bool = False,
|
||||||
labels: bool = False,
|
labels: bool = False,
|
||||||
issues: bool = False,
|
issues: bool = False,
|
||||||
pull_requests: bool = True,
|
pull_requests: bool = False,
|
||||||
releases: bool = True,
|
releases: bool = False,
|
||||||
milestones: bool = True,
|
milestones: bool = False,
|
||||||
repo_owner: str = None
|
repo_owner: str = None
|
||||||
):
|
):
|
||||||
""" Migrate a Repository from another service.
|
""" Migrate a Repository from another service.
|
||||||
|
|
Ładowanie…
Reference in New Issue