How does circle ci know what git repos to list as a project

Within a git organization, how does Circle Ci determine what repos to add to the list of projects one can setup/follow?

Hi @saletm!

You can find this information in our docs here: GitHub Integration - CircleCI

Essentially, CircleCI is given permissions for your VCS to fetch your repos/projects.

Thanks @Henna I also found out the projects are based upon your access to the git organization. I only saw ~15 projects (some of them are locked) but my management saw a bit more. Turns out they were org owners so their list was huge :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.