You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHPullRequest.setMilestone() which was helpfully added in #397 appears to have a minor bug. It works when called on an instance of GHIssue directly but not on GHPullRequest. I think this is because it calls edit rather than editIssue which is used by labels, assignees, etc and so it gets the wrong API endpoint for setting a milestone which is a property of the issue not the pull request.
I would submit a fix for this myself, except: #415. Sorry!
The text was updated successfully, but these errors were encountered:
GHPullRequest.setMilestone()
which was helpfully added in #397 appears to have a minor bug. It works when called on an instance ofGHIssue
directly but not onGHPullRequest
. I think this is because it callsedit
rather thaneditIssue
which is used by labels, assignees, etc and so it gets the wrong API endpoint for setting a milestone which is a property of the issue not the pull request.I would submit a fix for this myself, except: #415. Sorry!
The text was updated successfully, but these errors were encountered: