-
Notifications
You must be signed in to change notification settings - Fork 4
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
added ghapi support #455
added ghapi support #455
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.
Great start, thanks a lot for your contribution! This works properly when run as part of our integration test suite. :)
Most of the changes look fine, but please take a look at my comments.
Also, I just realised our codestyle CI job is not configured to run on pull requests (again, thanks). You'll need to reformat your code before merging. We use black
for formatting and flake8
for linting etc.
Let me know if you have any questions.
096dbfe
to
86fc687
Compare
btw, let me know if you need my assistance in resolving the conflicts before merging. |
4ba42a3
to
e8be526
Compare
nice lint is now running on pull +1 |
is something wrong with the test suit was running for the last 1hr? |
Yes, I stopped the job and cleaned our test runners. Could you please merge the repo's latest |
Co-authored-by: Kuba Mazurek <[email protected]>
Co-authored-by: Kuba Mazurek <[email protected]>
Co-authored-by: Kuba Mazurek <[email protected]>
813af02
to
a6eee83
Compare
Not sure looks like something wrong with CI rebase the repo to
|
@pradeepbbl I ran Otherwise the PR looks good to go! :) |
@zakaprov thanks for the help |
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.
LGTM! 🥳
Thanks a lot for your contribution! I'll try to tag some more "good first issues" in the repo in case you're interested. :)
you can directly assign to me if you want ;) |
Resolves #384