mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Speed up get requested reviewers and teams for pr (#2349)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user