aboutsummaryrefslogtreecommitdiff
path: root/ops/github/repositories.tf (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-09feat(ops/github): set the name of the default branchFranck Cuny1-0/+13
From now on we should always be using 'main'. If a project requires 'master', it will need to be set explicitly.
2022-10-09ref(ops/github): simplify the configurationFranck Cuny1-0/+21
Move all the repositories in a YAML file, instead of declaring each repository. This will simplify the management as I'll be introducing more resources to manage my repositories.