Lines Matching refs:github
13 import github
28 self.repo = github.Github(token).get_repo(repo)
29 self.org = github.Github(token).get_organization(self.repo.organization.login)
63 def phab_login_to_github_login(phab_token:str, repo:github.Repository.Repository, phab_login:str) -…
91 def phab_get_commit_approvers(phab_token:str, repo:github.Repository.Repository, commit:github.Comm…
172 def repo(self) -> github.Repository.Repository:
173 return github.Github(self.token).get_repo(self.repo_name)
176 def issue(self) -> github.Issue.Issue:
204 def issue_notify_pull_request(self, pull:github.PullRequest.PullRequest) -> None:
226 def issue_notify_cherry_pick_failure(self, commit:str) -> github.IssueComment.IssueComment:
237 def issue_notify_pull_request_failure(self, branch:str) -> github.IssueComment.IssueComment:
246 def pr_request_review(self, pr:github.PullRequest.PullRequest):
300 def check_if_pull_request_exists(self, repo:github.Repository.Repository, head:str) -> bool:
314 repo = github.Github(self.token).get_repo(self.branch_repo_name)