-
Notifications
You must be signed in to change notification settings - Fork 7
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
Changed data download from srcopsmetrics to pygithub api #19
Conversation
Removing WIP as workflow passed successfully : https://github.com/oindrillac/time-to-merge-tool/actions/runs/3448551555 |
Our Model Predicts this PR to be in category [6] |
git+https://github.com/aicoe-aiops/ocp-ci-analysis.git#egg=src | ||
ipynb==0.5.1 | ||
PyGithub==1.57 |
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.
Why did you remove this requirement? Don't we need Pygithub here?
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.
Ah this seems like a rebase issue. Thanks for catching this
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!
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
/approve
Our Model Predicts this PR to be in category [6] |
1 similar comment
Our Model Predicts this PR to be in category [6] |
In this PR we move away from
srcopsmetrics
and use the PyGitHub API directly for downloading data.This PR resolves #9 and lays thr groundwork needed to work on #10
It also resolves the first part of this #11
There are also some structural changes in this PR apart from the above:
Kept the "on Action" bits in the model inference notebook.