Assign reviewers and assignees when pushing pull request #44

Closed
Jmaa wants to merge 1 commits from jmaa/issue-41-assign-reviewers-and-assignees-when-pushing-pull-request into main

View File

@ -109,7 +109,9 @@ class GiteaClient:
return issues
def iter_user_repositories(
self, owner: str, only_those_with_issues: bool = False,
self,
owner: str,
only_those_with_issues: bool = False,
) -> Iterator[str]:
"""
Get a list of repositories for a given user.