Skip to content

Commit

Permalink
feat: add Radyum in ornikar config
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Dec 9, 2019
1 parent f960b4b commit e2a63c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/orgsConfigs/ornikar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const config: Config<'dev' | 'design', 'archis' | 'frontends' | 'backends'> = {
'Thierry-girod': `thierry${process.env.ORNIKAR_EMAIL_DOMAIN}`,
darame07: `kevin${process.env.ORNIKAR_EMAIL_DOMAIN}`,
Pixy: `pierre-alexis${process.env.ORNIKAR_EMAIL_DOMAIN}`,
Radyum: `romain.reynaud${process.env.ORNIKAR_EMAIL_DOMAIN}`,

/* front */
christophehurpeau: `christophe${process.env.ORNIKAR_EMAIL_DOMAIN}`,
Expand Down Expand Up @@ -101,6 +102,7 @@ const config: Config<'dev' | 'design', 'archis' | 'frontends' | 'backends'> = {
'Thierry-girod',
'darame07',
'Pixy',
'Radyum',
],
labels: ['teams/backend'],
},
Expand All @@ -114,6 +116,8 @@ const config: Config<'dev' | 'design', 'archis' | 'frontends' | 'backends'> = {
'Mxime',
'tilap',
'vlbr',
'budet-b',
'mdcarter',
],
labels: ['teams/frontend'],
},
Expand Down

0 comments on commit e2a63c1

Please sign in to comment.