-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create: script to fetch a list of all current editors #14
Comments
you read my mind @kaiyamag we could add a helper to the pyosmeta library as well to do this but maybe we develop it here using pygithub ✨ |
@lwasser I am willing to work on this issue , can I pick this issue up? |
hey there @hariprakash619 let me get back to you. This is an issue that I think i already completed. I didn't align my pr with this issue. There are other things you could work on, however. Give me just a bit of time to clean up our issues and i can redirect you to something we want to implement! I am doing a refactor of pyosMeta to use the graphQL api rather than rest calls. You could potentially work on that (if that sounds interesting to you). Would you like to join us in Slack to discuss things there? We have a infra channel where we talk about things we are working on. sometimes the issue here get a bit behind. i try to clean things up before sprint events. |
implemented in https://github.com/pyOpenSci/metrics/pull/93/files with a new script. closing this but @hariprakash619 let be find some good issues for you to work on. we have them. I just forgot to link my pr to this issue when i submitted it. |
Hello @lwasser sure I am happy to work on refactoring to use graphQL API. |
@hariprakash619 i'll email you. But also if you want an immediate contribution that you could work on now - i just opened this issue . it's got a data sciency componnet where you'd be updating our peer review dashboard! Have a look at let me know if that seems like an interesting issue to you. it would be super helpful for us to have this information! |
In order to generate a list of available editors,
current-reviews
data.ipynb` currently has a static list of editors' GitHub handles. To avoid needing to update this list when new editors are added, it would be helpful to use the GitHub API to get a list of all possible editors' handles.The text was updated successfully, but these errors were encountered: