Skip to content

[Fix] Release notes generator failing to fetch latest milestone#2898

Merged
frances-h merged 1 commit into
mainfrom
issue-2897-release-notes-fix
May 28, 2026
Merged

[Fix] Release notes generator failing to fetch latest milestone#2898
frances-h merged 1 commit into
mainfrom
issue-2897-release-notes-fix

Conversation

@frances-h

Copy link
Copy Markdown
Contributor

Resolve #2897

@frances-h frances-h self-assigned this May 28, 2026
@frances-h frances-h requested a review from a team as a code owner May 28, 2026 20:14
@frances-h frances-h requested review from sarahmish and removed request for a team May 28, 2026 20:14


def _get_milestone_number(client, milestone_title):
query_params = {'milestone': milestone_title, 'state': 'all', 'per_page': 100}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove 'milestone' since it's not a valid query param based on the docs

@codecov

codecov Bot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.06%. Comparing base (7f69ad4) to head (dea2434).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2898   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files          73       73           
  Lines        8454     8454           
=======================================
  Hits         8290     8290           
  Misses        164      164           
Flag Coverage Δ
integration 75.86% <ø> (ø)
unit 97.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frances-h frances-h requested review from amontanez24 and rwedge and removed request for sarahmish May 28, 2026 20:30
@frances-h frances-h merged commit 6279802 into main May 28, 2026
90 checks passed
@frances-h frances-h deleted the issue-2897-release-notes-fix branch May 28, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release notes generator failing to fetch latest milestone

3 participants