Skip to content

Commit

Permalink
Merge pull request #24 from PrestaShop/fix-milestones
Browse files Browse the repository at this point in the history
Get more milestones
  • Loading branch information
Hlavtox committed Nov 24, 2023
2 parents e67d3ee + b704a91 commit 04b5247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/BranchManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ public function getReleaseData($repositoryName)
$milestones = $this->client->api('issue')->milestones()->all(
'prestashop',
$repositoryName,
['state' => 'all']
[
'state' => 'all',
'per_page' => 100,
]
);

// Try to fetch milestone for current release
Expand Down

0 comments on commit 04b5247

Please sign in to comment.