Skip to content

Commit c69ee53

Browse files
committed
feat(repository): add asdf-oama repo management
1 parent 6128b32 commit c69ee53

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

terraform/github/repositories.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,20 @@ locals {
815815
]
816816
}
817817

818+
asdf-oama = {
819+
description = "oama plugin for the asdf version manager"
820+
homepage_url = "https://github.com/asdf-vm/asdf"
821+
default_branch = "main"
822+
topics = [
823+
"asdf-plugin",
824+
"asdf",
825+
]
826+
teams = [
827+
"asdf-oama",
828+
"asdf-core",
829+
]
830+
}
831+
818832
asdf-ocaml = {
819833
description = "OCaml plugin for the asdf version manager"
820834
homepage_url = "https://github.com/asdf-vm/asdf"

terraform/github/teams.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,13 @@ locals {
402402
maintainers = []
403403
}
404404

405+
asdf-oama = {
406+
description = "The people with push access to the asdf-oama repository"
407+
maintainers = [
408+
"czchen",
409+
]
410+
}
411+
405412
asdf-ocaml = {
406413
description = "The people with push access to the asdf-ocaml repository"
407414
maintainers = []

0 commit comments

Comments
 (0)