Skip to content

Commit

Permalink
feat: add aenario in accountConfigs (#170)
Browse files Browse the repository at this point in the history
* feat: add aenario in accountConfigs

aka romain.foucault@ornikar.com

* Update src/accountConfigs/ornikar.ts

Co-authored-by: Christophe Hurpeau <christophe.hurpeau+github@gmail.com>
  • Loading branch information
aenario and christophehurpeau committed Jan 21, 2021
1 parent 6a9a74c commit 2f005c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/accountConfigs/ornikar.ts
Expand Up @@ -79,6 +79,7 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
ChibiBlasphem: `christopher${process.env.ORNIKAR_EMAIL_DOMAIN}`,
PSniezak: `paul.sniezak${process.env.ORNIKAR_EMAIL_DOMAIN}`,
GaelFerrand: 'gael.ferrand@othrys.dev',
aenario: `romain.foucault${process.env.ORNIKAR_EMAIL_DOMAIN}`,
},
design: {
jperriere: `julien${process.env.ORNIKAR_EMAIL_DOMAIN}`,
Expand Down Expand Up @@ -120,6 +121,7 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
'mdcarter',
'ChibiBlasphem',
'PSniezak',
'aenario',
],
labels: ['teams/frontend'],
},
Expand Down

0 comments on commit 2f005c1

Please sign in to comment.