Skip to content

Commit

Permalink
Update teams.tf
Browse files Browse the repository at this point in the history
Add user `hqnna` as a maintainer of `asdf-swift`
  • Loading branch information
hqnna authored and smorimoto committed Nov 16, 2023
1 parent 7d2bbdf commit 6cddf87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ locals {
]
}

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

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

0 comments on commit 6cddf87

Please sign in to comment.