Skip to content

Commit

Permalink
Merge pull request #14 from leanprover-community/bryangingechen-patch-2
Browse files Browse the repository at this point in the history
post issues / PRs from mathlib4 instead of mathlib
  • Loading branch information
kim-em authored Sep 7, 2023
2 parents 676ef3b + 2e93381 commit 640811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_issue_on_zulip.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def message_date(id):
print(posted_topics)

gh = github.Github(login_or_token=gh_token)
mathlib = gh.get_repo('leanprover-community/mathlib')
mathlib = gh.get_repo('leanprover-community/mathlib4')

open_items = mathlib.get_issues(state='open')
open_prs = []
Expand Down

0 comments on commit 640811f

Please sign in to comment.