File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ from github.GitCommit import GitCommit
1111from github .GithubObject import CompletableGithubObject , _NotSetType
1212from github .NamedUser import NamedUser
1313from github .PaginatedList import PaginatedList
14+ from github .PullRequest import PullRequest
1415
1516class Commit (CompletableGithubObject ):
1617 def __repr__ (self ) -> str : ...
@@ -50,6 +51,7 @@ class Commit(CompletableGithubObject):
5051 def get_combined_status (self ) -> CommitCombinedStatus : ...
5152 def get_comments (self ) -> PaginatedList [CommitComment ]: ...
5253 def get_statuses (self ) -> PaginatedList [CommitStatus ]: ...
54+ def get_pulls (self ) -> PaginatedList [PullRequest ]: ...
5355 def get_check_runs (
5456 self ,
5557 check_name : Union [_NotSetType , str ] = ...,
You can’t perform that action at this time.
0 commit comments