update changelog

This commit is contained in:
Ludo
2024-11-28 07:49:20 +01:00
parent 20a1689637
commit 1482286d0c
2 changed files with 13 additions and 3 deletions

View File

@@ -186,7 +186,6 @@ def get_pulls(token, date_from, date_to, merged_to, exclude_pulls=None):
continue
if date_to and pull.merged_at >= date_to:
continue
print(pull.id, exclude_pulls)
yield pull
if (len(pulls) + excluded) < 100:
break