doctrine / automatic-releases

Internal automatic release tool for doctrine/* projects
MIT License
28 stars 5 forks source link

Ensure that more than 100 issues/pull requests are considered in release notes GraphQL queries #12

Closed Ocramius closed 4 years ago

Ocramius commented 5 years ago

The code at https://github.com/doctrine/automatic-releases/blob/e183b783eeada1572845cfb39bcd9baa18f5d406/src/Github/Api/GraphQL/Query/GetMilestoneChangelog.php#L79-L86 does not handle pagination at all, which means that >100 entries will lead to problems.

Ocramius commented 4 years ago

Duplicate of https://github.com/laminas/automatic-releases/issues/6