Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/dapr kpack repos #66

Merged
Merged
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
28 changes: 28 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,20 @@ locals {
]
}

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

asdf-dasel = {
description = "Dasel plugin for asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down Expand Up @@ -484,6 +498,20 @@ locals {
]
}

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

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