Skip to content

Commit

Permalink
add asdf-racket team
Browse files Browse the repository at this point in the history
  • Loading branch information
nandalopes authored and smorimoto committed Dec 2, 2023
1 parent df7d905 commit 7cf74cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ locals {
"asdf",
]
teams = [
"asdf-racket",
"asdf-core",
]
}
Expand Down
7 changes: 7 additions & 0 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@ locals {
]
}

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

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

0 comments on commit 7cf74cb

Please sign in to comment.