Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down