We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43fabe2 + 863dcee commit 9c22977Copy full SHA for 9c22977
.github/workflows/scripts/pr_workflow.py
@@ -47,7 +47,7 @@ class SupportedActions:
47
def __init__(self) -> None:
48
self.repo: Repository
49
self.pr: PullRequest
50
- self.gh_client: GitHub
+ self.gh_client: Github
51
52
self.repo_name = os.environ["GITHUB_REPOSITORY"]
53
self.pr_number = int(os.getenv("GITHUB_PR_NUMBER", 0))
0 commit comments