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 7f69ad4 commit 6279802Copy full SHA for 6279802
1 file changed
scripts/release_notes_generator.py
@@ -36,7 +36,7 @@
36
37
38
def _get_milestone_number(client, milestone_title):
39
- query_params = {'milestone': milestone_title, 'state': 'all', 'per_page': 100}
+ query_params = {'state': 'all', 'per_page': 100, 'direction': 'desc'}
40
response = client.get(
41
github_org=GITHUB_ORG, repo=REPO, endpoint='milestones', query_params=query_params
42
)
0 commit comments