Skip to content

Commit

Permalink
chore: Update codeowners for team-egg, dynamic JSS applications (#2450)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
glasnt and apeabody committed Jul 16, 2024
1 parent 4eb6ee1 commit 5037371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ locals {
description = "Deploy a dynamic python webapp"
owners = ["glasnt", "donmccasland"]
homepage_url = "avocano.dev"
groups = [local.jss_common_group, "torus-dpe"]
groups = [local.jss_common_group, "team-egg"]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
Expand All @@ -627,9 +627,9 @@ locals {
short_name = "dynamic-javascript-webapp"
org = "GoogleCloudPlatform"
description = "Deploy a dynamic javascript webapp"
owners = ["glasnt", "donmccasland"]
owners = ["lukeschlangen", "donmccasland"]
homepage_url = "avocano.dev"
groups = [local.jss_common_group, "torus-dpe"]
groups = [local.jss_common_group, "team-egg", "developer-journey-app-approvers"]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
Expand Down Expand Up @@ -767,7 +767,7 @@ locals {
short_name = "cloud-deployment-gce"
org = "GoogleCloudPlatform"
description = "Deploy a change to a live stateful service (Java on GCE)"
groups = ["torus-dpe", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
groups = ["team-egg", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
Expand All @@ -778,7 +778,7 @@ locals {
short_name = "cloud-deployment-gke"
org = "GoogleCloudPlatform"
description = "Deploy a change to a live stateful service (Go on GKE)"
groups = ["torus-dpe", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
groups = ["team-egg", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
Expand Down

0 comments on commit 5037371

Please sign in to comment.