Speed up get requested reviewers and teams for pr (#2349)

This commit is contained in:
tison
2022-11-04 08:22:48 +08:00
committed by GitHub
parent 3a6235b56e
commit 6725eceb62
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -30,6 +30,10 @@ class PullRequest(CompletableGithubObject):
@property
def assignees(self) -> List[NamedUser]: ...
@property
def requested_reviewers(self) -> List[NamedUser]: ...
@property
def requested_teams(self) -> List[Team]: ...
@property
def base(self) -> PullRequestPart: ...
@property
def body(self) -> str: ...