Skip to content

Commit

Permalink
Add grid_map_geo release team and repositories. (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Apr 12, 2024
1 parent dd96f9f commit c5906f7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions 00-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ locals {
local.gazebo_team,
local.geographic_info_team,
local.grbl_team,
local.grid_map_geo_team,
local.grid_map_team,
local.gscam_team,
local.gstavrinos_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ locals {
local.gazebo_repositories,
local.geographic_info_repositories,
local.grbl_repositories,
local.grid_map_geo_repositories,
local.grid_map_repositories,
local.gscam_repositories,
local.gstavrinos_repositories,
Expand Down
17 changes: 17 additions & 0 deletions grid_map_geo.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
locals {
grid_map_geo_team = [
"Jaeyoung-Lim",
"Ryanf55",
]
grid_map_geo_repositories = [
"grid_map_geo-release",
]
}

module "grid_map_geo_team" {
source = "./modules/release_team"
team_name = "grid_map_geo"
members = local.grid_map_geo_team
repositories = local.grid_map_geo_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit c5906f7

Please sign in to comment.