-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add ability to retrieve users and user permission scopes #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request: it looks pretty good and you covered the two new functions with unit tests 👍
I think we should also update the "Unreleased" section of the CHANGELOG.md
and I had some small comments but overall LGTM 😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes and sorry for taking so long with the final review :)
I had a need to allow bot admins to list and view user permissions.
This PR adds the following functionnality:
As I'm fairly new to go, please let me know if you see any mistakes or things that should be improved in this PR