mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 20:32:12 +08:00

GitHub pagination was limiting the result to 30 issues. This fix makes the changelog script return up to 100 issues. Will have to add a loop to fetch more once we merge more than 100 PR's that should be added to the changelog. Also, fixes a bug where issues that were not included in the milestone were being returned.