Closed lmcmicu closed 1 year ago
Currently, DROID expects the default branch name for a repo to be either "master" or "main". Instead, we should use GitHub's API to retrieve this information (see https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository) when the configuration for a given project is read into memory.
Currently, DROID expects the default branch name for a repo to be either "master" or "main". Instead, we should use GitHub's API to retrieve this information (see https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository) when the configuration for a given project is read into memory.