We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894c2c5 commit 986dcb9Copy full SHA for 986dcb9
main.py
@@ -104,7 +104,8 @@ def add_pr_comments() -> int:
104
pr_number = os.getenv("GITHUB_REF").split("/")[-2]
105
106
# Initialize GitHub client
107
- g = Github(token)
+ # g = Github(token)
108
+ g = Github(token, retry=github.GithubRetry())
109
repo = g.get_repo(repo_name)
110
pull_request = repo.get_issue(int(pr_number))
111
0 commit comments