Skip to content

Commit

Permalink
Add hebi release team and repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jun 26, 2024
1 parent ba26d83 commit 099c635
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 @@ -62,6 +62,7 @@ locals {
local.gscam_team,
local.gstavrinos_team,
local.gurumdds_team,
local.hebi_team,
local.hpp_fcl_team,
local.iceoryx_team,
local.ifm3d_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ locals {
local.gscam_repositories,
local.gstavrinos_repositories,
local.gurumdds_repositories,
local.hebi_repositories,
local.hpp_fcl_repositories,
local.iceoryx_repositories,
local.ifm3d_repositories,
Expand Down
17 changes: 17 additions & 0 deletions hebi.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
locals {
hebi_team = [
"cwbollinger",
"hr1799",
]
hebi_repositories = [
"hebi_cpp_api-release",
]
}

module "hebi_team" {
source = "./modules/release_team"
team_name = "hebi"
members = local.hebi_team
repositories = local.hebi_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit 099c635

Please sign in to comment.