Skip to content

Commit

Permalink
Update teams.tf
Browse files Browse the repository at this point in the history
PR step 1. Adding magic project and team.
  • Loading branch information
ulmentflam authored Dec 27, 2024
1 parent 7469f8c commit 4959d8c
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 @@ -310,6 +310,13 @@ locals {
]
}

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

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

0 comments on commit 4959d8c

Please sign in to comment.