@@ -18,6 +18,8 @@ export type KnownGroups = {
18
18
Exec : string ;
19
19
CommChairs : string ;
20
20
StripeLinkCreators : string ;
21
+ InfraTeam : string ;
22
+ InfraLeads : string ;
21
23
} ;
22
24
23
25
export type ConfigType = {
@@ -73,6 +75,8 @@ const environmentConfig: EnvironmentConfigType = {
73
75
Exec : execCouncilTestingGroupId ,
74
76
CommChairs : commChairsTestingGroupId ,
75
77
StripeLinkCreators : miscTestingGroupId ,
78
+ InfraTeam : miscTestingGroupId ,
79
+ InfraLeads : miscTestingGroupId ,
76
80
} ,
77
81
} ,
78
82
dev : {
@@ -106,6 +110,8 @@ const environmentConfig: EnvironmentConfigType = {
106
110
Exec : execCouncilTestingGroupId ,
107
111
CommChairs : commChairsTestingGroupId ,
108
112
StripeLinkCreators : miscTestingGroupId ,
113
+ InfraTeam : miscTestingGroupId ,
114
+ InfraLeads : miscTestingGroupId ,
109
115
} ,
110
116
} ,
111
117
prod : {
@@ -139,6 +145,8 @@ const environmentConfig: EnvironmentConfigType = {
139
145
Exec : execCouncilGroupId ,
140
146
CommChairs : commChairsGroupId ,
141
147
StripeLinkCreators : "675203eb-fbb9-4789-af2f-e87a3243f8e6" ,
148
+ InfraTeam : "940e4f9e-6891-4e28-9e29-148798495cdb" ,
149
+ InfraLeads : "f8dfc4cf-456b-4da3-9053-f7fdeda5d5d6" ,
142
150
} ,
143
151
} ,
144
152
} as const ;
0 commit comments