Skip to content

Commit

Permalink
add asdf-launchpad, asdf-kubectl-cnpg and asdf-kubectl-df-pv
Browse files Browse the repository at this point in the history
Preliminary steps to migrate the following repos to the asdf-community project:

- asdf-launchpad
- asdf-kubectl-cnpg
- asdf-kubectl-df-pv
  • Loading branch information
surskitt committed Sep 4, 2024
1 parent 473be3f commit 89196a5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,27 @@ locals {
"b1-luettje"
]
}

asdf-launchpad = {
description = "The people with push access to the asdf-launchpad repository"
maintainers = [
"surskitt"
]
}

asdf-kubectl-cnpg = {
description = "The people with push access to the asdf-kubectl-cnpg repository"
maintainers = [
"surskitt"
]
}

asdf-kubectl-df-pv = {
description = "The people with push access to the asdf-kubectl-df-pv repository"
maintainers = [
"surskitt"
]
}
}
}

Expand Down

0 comments on commit 89196a5

Please sign in to comment.