add orgs option to github extsvc config
Created by: kzh
This fixes #4036 (closed). This change grants users an alternative and safer way to add all the repositories from a GitHub organization to Sourcegraph using the orgs
config option.
The previous method repositoryQuery
used the GitHub search api which has a small rate limit so you would run into issues with incomplete results.