Skip to content

Commit

Permalink
Add uleroboticsgroup team and repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Dec 15, 2024
1 parent c43dfbc commit 2d5bbb4
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -209,6 +209,7 @@ locals {
local.twist_mux_team,
local.ublox_team,
local.udp_msgs_team,
local.uleroboticsgroup_team,
local.umdlife_team,
local.universal_robots_team,
local.urdf_tutorial_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ locals {
local.twist_mux_repositories,
local.ublox_repositories,
local.udp_msgs_repositories,
local.uleroboticsgroup_repositories,
local.umdlife_repositories,
local.universal_robots_repositories,
local.urdf_tutorial_repositories,
Expand Down
16 changes: 16 additions & 0 deletions uleroboticsgroup.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
locals {
uleroboticsgroup_team = [
"mgonzs13",
]
uleroboticsgroup_repositories = [
"yasmin-release",
]
}

module "uleroboticsgroup_team" {
source = "./modules/release_team"
team_name = "uleroboticsgroup"
members = local.uleroboticsgroup_team
repositories = local.uleroboticsgroup_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit 2d5bbb4

Please sign in to comment.