@@ -18,6 +18,8 @@ export type KnownGroups = {
1818 Exec : string ;
1919 CommChairs : string ;
2020 StripeLinkCreators : string ;
21+ InfraTeam : string ;
22+ InfraLeads : string ;
2123} ;
2224
2325export type ConfigType = {
@@ -73,6 +75,8 @@ const environmentConfig: EnvironmentConfigType = {
7375 Exec : execCouncilTestingGroupId ,
7476 CommChairs : commChairsTestingGroupId ,
7577 StripeLinkCreators : miscTestingGroupId ,
78+ InfraTeam : miscTestingGroupId ,
79+ InfraLeads : miscTestingGroupId ,
7680 } ,
7781 } ,
7882 dev : {
@@ -106,6 +110,8 @@ const environmentConfig: EnvironmentConfigType = {
106110 Exec : execCouncilTestingGroupId ,
107111 CommChairs : commChairsTestingGroupId ,
108112 StripeLinkCreators : miscTestingGroupId ,
113+ InfraTeam : miscTestingGroupId ,
114+ InfraLeads : miscTestingGroupId ,
109115 } ,
110116 } ,
111117 prod : {
@@ -139,6 +145,8 @@ const environmentConfig: EnvironmentConfigType = {
139145 Exec : execCouncilGroupId ,
140146 CommChairs : commChairsGroupId ,
141147 StripeLinkCreators : "675203eb-fbb9-4789-af2f-e87a3243f8e6" ,
148+ InfraTeam : "940e4f9e-6891-4e28-9e29-148798495cdb" ,
149+ InfraLeads : "f8dfc4cf-456b-4da3-9053-f7fdeda5d5d6" ,
142150 } ,
143151 } ,
144152} as const ;
0 commit comments