Skip to content

Commit

Permalink
Update release notes script to work with newer versions of pygithub (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored Mar 27, 2023
1 parent 6c5e8ae commit 325f880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release/generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def add_to_users(users, new_user):
for pull in tqdm(
g.search_issues(
f'repo:{GH_USER}/{GH_REPO} '
f'is:pull-request '
f'merged:>{previous_tag_date.isoformat()} '
'sort:created-asc'
),
Expand Down

0 comments on commit 325f880

Please sign in to comment.