We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae181 commit c7feb09Copy full SHA for c7feb09
src/common/config.ts
@@ -182,9 +182,9 @@ type NotificationRecipientsType = {
182
183
const notificationRecipients: NotificationRecipientsType = {
184
dev: {
185
- OfficerBoard: 'infra@acm.illinois.edu',
186
- InfraChairs: 'infra@acm.illinois.edu',
187
- Treasurer: 'infra@acm.illinois.edu'
+ OfficerBoard: 'infrasharedservices-l@acm.illinois.edu',
+ InfraChairs: 'infrasharedservices-l@acm.illinois.edu',
+ Treasurer: 'infrasharedservices-l@acm.illinois.edu'
188
},
189
prod: {
190
OfficerBoard: 'officers@acm.illinois.edu',
0 commit comments