Skip to content

Commit

Permalink
re-enable PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Oct 10, 2023
1 parent de5a248 commit 98d68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, token: str = "", user: str = "", pw: str = ""): # noqa: MC00
self.session.auth = requests.auth.HTTPBasicAuth(user, pw)

self.prs = {}
return

page = 1
while True:
r = self._make_request("GET", f"/repos/{self.owner}/{self.repo}/pulls",
Expand Down

0 comments on commit 98d68b9

Please sign in to comment.