Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix set-milestone failure when latest milestone is closed
There can be situation where the latest milestone is closed but there are still some PRs for which this workflow is pending. The API by default only lists open milestones. This commit changes it to list all milestones so that even if the target milestone is closed it can be found and the PR added to it. This is correct reimplementation of c38490b.
- Loading branch information