-
Notifications
You must be signed in to change notification settings - Fork 75
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
List user repositories api #224
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.
I ran all the tests locally and they're all green 👌
Thanks @bhop for your time!
Thanks @juanpedromoreno. I wonder why tests are failing here. Maybe there is a problem with a Github token? |
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.
Looks excellent, thanks 👍 ! Could you just remove some of the indentation-related noise from the PR?
@bhop Yup, the integrations tests failed because only the maintainers have access to the API key. In those cases, we need to run them manually. |
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.
Perfect 👍 , do you need this released?
No rush. I wanted to contribute to the project and I thought this might be a good starting point :) |
Cool, shout when you need a release 👍 |
fixes #194