-
Notifications
You must be signed in to change notification settings - Fork 92
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
Scaling points for PRs based on size of the PR #409
Scaling points for PRs based on size of the PR #409
Conversation
@Samuel-Aktar-Laskar is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
@rithviknishad Rest are the changes in sorting logic. |
We have moved away from python based github scraper and we are now using octokit in typescript to achieve the same. We can use octokit's graphql fn. to perform graphql calls to scrape data too! Feel free to re-open a fresh PR 😄 |
Closes #219
Update in Scraper (github.py)
I checked the count of linked issues to a pr from pr body and added field "no_of_linked_issue" to the event.
In the api.ts file, I adjusted the code account for no of linked issues. So now total point for a PR would be (1 for opening pr + no of linked issues).