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
When calling .getLabels() with a pull request object, the pull request object's url is overridden to include /issues/ in the path, rather than /pulls/. This can cause subsequent 404s when attempting to access pull request-specific API endpoints, like getCommits(), which require a pull request url.
When calling
.getLabels()
with a pull request object, the pull request object's url is overridden to include/issues/
in the path, rather than/pulls/
. This can cause subsequent 404s when attempting to access pull request-specific API endpoints, likegetCommits()
, which require a pull request url.See jenkinsci/ghprb-plugin#441 for some backstory.
The text was updated successfully, but these errors were encountered: