ahadik / git_mover

A Python script to migrate milestones, labels, and issues between repositories.
51 stars 42 forks source link

Issues only fetches 30 by default #6

Open tksumanth1994 opened 6 years ago

tksumanth1994 commented 6 years ago

Github only gives 30 issues by default. Response headers have links to the next 30 issues. that part should also be there in the code. Sample code can be found here - https://gist.github.com/unbracketed/3380407