Skip to content

Commit

Permalink
Add fraunhofer_ipa_320 team and repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Aug 14, 2024
1 parent d98e2f6 commit dd4afa5
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 @@ -56,6 +56,7 @@ locals {
local.foxglove_msgs_team,
local.franka_robotics_team,
local.fraunhofer_iosb_ars_team,
local.fraunhofer_ipa_320_team,
local.gazebo_team,
local.geographic_info_team,
local.grbl_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ locals {
local.foxglove_msgs_repositories,
local.franka_robotics_repositories,
local.fraunhofer_iosb_ars_repositories,
local.fraunhofer_ipa_320_repositories,
local.gazebo_repositories,
local.geographic_info_repositories,
local.grbl_repositories,
Expand Down
16 changes: 16 additions & 0 deletions fraunhofer_ipa_320.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
locals {
fraunhofer_ipa_320_team = [
"ottojo",
]
fraunhofer_ipa_320_repositories = [
"ros_battery_monitoring-release",
]
}

module "fraunhofer_ipa_320_team" {
source = "./modules/release_team"
team_name = "fraunhofer_ipa_320"
members = local.fraunhofer_ipa_320_team
repositories = local.fraunhofer_ipa_320_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit dd4afa5

Please sign in to comment.