add rolename field to user struct#2386
add rolename field to user struct#2386gmlewis merged 1 commit intogoogle:masterfrom joshua-hancox:role-name-user-struct
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Codecov Report
@@ Coverage Diff @@
## master #2386 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 119 119
Lines 10545 10545
=======================================
Hits 10341 10341
Misses 140 140
Partials 64 64
Continue to review full report at Codecov.
|
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @joshua-hancox !
LGTM.
Merging.
|
Hey @gmlewis - any chance we could get a release with this functionality? |
Hi @joshua-hancox - yes, this is now included in |
As a follow on from this PR - I also need to be able to access the
role_namereturned from theRepositories.ListCollaboratorsendpoint, and therefore have raised this PR to include the field in the user struct.