Changed to default values

pull/22/head
laromicas 2023-03-26 21:01:13 -05:00
rodzic 75a9591b98
commit d96a040c33
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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.