Skip to content

Commit

Permalink
feat: add external-bam team to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Oct 7, 2021
1 parent c26daf0 commit 6dbbf1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/accountConfigs/ornikar.ts
Expand Up @@ -132,7 +132,14 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
},

groupsGithubTeams: {
dev: ['ops', 'dev', 'backend', 'frontend', 'frontend-architects'],
dev: [
'ops',
'dev',
'backend',
'frontend',
'frontend-architects',
'external-bam',
],
design: ['design'],
},

Expand Down

0 comments on commit 6dbbf1f

Please sign in to comment.