-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignee is missing from PullRequest class #910
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Comments
If that's all it takes I can send a PR. |
@haacked because reasons. |
Yes, it should just be as easy as adding that property to the class and a ctor parameter. 😀 |
@Eilon do eeet! |
Yessir! |
Closed
Sweet, I didn't even have to write any code 😄 |
nickfloyd
added
Status: Up for grabs
Issues that are ready to be worked on by anyone
and removed
up-for-grabs
labels
Oct 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This type: https://github.com/octokit/octokit.net/blob/master/Octokit/Models/Response/PullRequest.cs
The GitHub API response for PRs returns
user
(who submitted the PR) andassignee
(who the PR is assigned to).Seems like it just involves adding an
Assignee
property and ctor param to thePullRequest
class?The text was updated successfully, but these errors were encountered: