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 authored and smorimoto committed Oct 9, 2023
1 parent e877f84 commit d0b83ee
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 @@ -830,6 +830,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 d0b83ee

Please sign in to comment.