-
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
can we have id property included for PullRequest? #1532
Comments
The |
@YunLi1988 can you share your use case? My concern is that by adding this |
Thanks @shiftkey @ryangribble for the quick response! My usage scenario is when integrating pullrequests for different repos, the numbers are no longer identical. For now I can use repo + number as the ID to differentiate them. But it would be super helpful for me to use the official id unified by github. Thanks again! |
OK no worries, we can just make sure that the XmlDoc comments on this Are you going to have a crack at adding this field to |
I would like to help and please let me know more. |
Awesome! Well basically you just need to add the new field The octokit deserializer will take care of populating the field etc, so the only other thing to do would be to update an integration test (for example this one here) and add an assertion that the new field is populated correctly - eg `Assert.NotNull(result.Id); Have a crack (fork the repo, create a branch, make some changes) then raise a pending Pull Request here, and we can work through any changes there! Good luck 😀 |
I have send out this pull request for review. #1537 Thanks a lot for your guidance. |
Fixed by #1537 |
the json response includes the id not for PullRequest object, Can we have this id implemented? Thanks a lot.
The text was updated successfully, but these errors were encountered: