Skip to content

Commit 9c22977

Browse files
authored
Merge pull request #38 from lugi0/feature/auto-approve-lgtm
fix typo
2 parents 43fabe2 + 863dcee commit 9c22977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/pr_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SupportedActions:
4747
def __init__(self) -> None:
4848
self.repo: Repository
4949
self.pr: PullRequest
50-
self.gh_client: GitHub
50+
self.gh_client: Github
5151

5252
self.repo_name = os.environ["GITHUB_REPOSITORY"]
5353
self.pr_number = int(os.getenv("GITHUB_PR_NUMBER", 0))

0 commit comments

Comments
 (0)