diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index 5087227..717dd50 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -815,6 +815,20 @@ locals { ] } + asdf-oama = { + description = "oama plugin for the asdf version manager" + homepage_url = "https://github.com/asdf-vm/asdf" + default_branch = "main" + topics = [ + "asdf-plugin", + "asdf", + ] + teams = [ + "asdf-oama", + "asdf-core", + ] + } + asdf-ocaml = { description = "OCaml plugin for the asdf version manager" homepage_url = "https://github.com/asdf-vm/asdf" diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 578f794..97b9b30 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -402,6 +402,13 @@ locals { maintainers = [] } + asdf-oama = { + description = "The people with push access to the asdf-oama repository" + maintainers = [ + "czchen", + ] + } + asdf-ocaml = { description = "The people with push access to the asdf-ocaml repository" maintainers = []