GitHub import should fetch 100 results per page to limit the change to hit rate limiting
It seems that we currently use GitHub pagination default when fetching the API during an import.
We should use the maximum allowed value of per_page=100
to:
- Avoid the chance to be rate limited
- Do less round-trip to the API
/cc @jameslopez @godfat