Skip to content

Commit

Permalink
feat: added asdf dapr cli and asdf kpack
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Duss <[email protected]>
  • Loading branch information
aduss-storable authored and smorimoto committed Aug 24, 2023
1 parent 914324c commit 8442f93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ locals {
]
}

asdf-dapr-cli = {
description = "The people with push access to the asdf-dapr-cli repository"
maintainers = [
"mindovermiles262",
]
}

asdf-dasel = {
description = "The people with push access to the asdf-dasel repository"
maintainers = [
Expand Down Expand Up @@ -215,6 +222,13 @@ locals {
]
}

asdf-kp = {
description = "The people with push access to the asdf-kp repository"
maintainers = [
"mindovermiles262",
]
}

asdf-ktlint = {
description = "The people with push access to the asdf-ktlint repository"
maintainers = [
Expand Down

0 comments on commit 8442f93

Please sign in to comment.