pub fn config_from_org(
client: &Client,
github_org: &str,
logger: &Logger,
) -> Result<WorkspaceConfig, Error>
Expand description
Generate a Config
from Github organization information. The primary use
case here is to generate a list of authors with aliases from all of the
organization’s members.