Skip to content
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

Investigate compiling a list of "good first issues" #15

Open
phronmophobic opened this issue Jul 10, 2024 · 1 comment
Open

Investigate compiling a list of "good first issues" #15

phronmophobic opened this issue Jul 10, 2024 · 1 comment

Comments

@phronmophobic
Copy link
Owner

Investigate how hard it would be to create list of issues on open source projects tagged with "good first issue".

@phronmophobic phronmophobic changed the title investigage compiling a list of "good first issues" Investigate compiling a list of "good first issues" Jul 10, 2024
@vial0ft
Copy link

vial0ft commented Aug 2, 2024

According the note you able to do at least 5000 rph with an api token.

If you want to get list of "good first issues" for some repo you should run query:
https://api.github.com/repos/<OWNER>/<REPO>/issues?labels=good+first+issue&state=open

Also paging params:

  • per_page. Max:100, default:30
  • page. default:1 (rem: when I was fetching info for list of repos I've got an error like you are not able to get more than 1000 or something. Maybe there was my mistake - not sure)

list-repository-issues-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants