Skip to content

add orgs option to github extsvc config

Warren Gifford requested to merge kz/github-extservice-orgs-config into master

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.

Config: Screen Shot 2019-05-30 at 10 29 52 AM Result: Screen Shot 2019-05-30 at 10 30 31 AM

Merge request reports

Loading