Skip to content

Commit

Permalink
feat(repositories): add asdf-promtool repo management
Browse files Browse the repository at this point in the history
  • Loading branch information
czchen committed Oct 6, 2023
1 parent 382dbb0 commit 6ad5345
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,20 @@ locals {
]
}

asdf-promtool = {
description = "promtool plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "main"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-promtool",
"asdf-core",
]
}

asdf-python = {
description = "Python plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down

0 comments on commit 6ad5345

Please sign in to comment.