Skip to content

Commit

Permalink
Remove @vic from core team
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Feb 26, 2025
1 parent 12e37de commit 890c93e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion terraform/github/memberships.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ locals {
github_memberships = {
admins = [
"smorimoto",
"vic",
]

members = [
Expand Down
2 changes: 0 additions & 2 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ locals {
description = "Core team"
maintainers = [
"smorimoto",
"vic",
]
}

asdf-infrastructure = {
description = "Infrastructure team"
maintainers = [
"smorimoto",
"vic",
]
members = [
"nzws",
Expand Down

1 comment on commit 890c93e

@vic
Copy link

@vic vic commented on 890c93e Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Please sign in to comment.