Skip to content

Commit

Permalink
fix: some name mapping, still a few more to go...
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 20, 2024
1 parent b24f3b1 commit 04e74e5
Show file tree
Hide file tree
Showing 2 changed files with 2,181 additions and 2,181 deletions.
52 changes: 26 additions & 26 deletions .github/generate-codeowners.rb
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
#!/usr/bin/env ruby

GithubHandles = {
'<Adam Hobart>' => '',
'<Alessandra Filippi>' => '',
'<Andrey Kim>' => '',
'<Blake Huck>' => '',
'<Bruno Benkel>' => '',
'<Adam Hobart>' => 'ajhobart',
'<Alessandra Filippi>' => 'afilippi67',
'<Andrey Kim>' => 'drewkenjo',
'<Blake Huck>' => 'huckb',
'<Bruno Benkel>' => 'bleaktwig',
'<Christopher Dilks>' => 'c-dilks',
'<Cole Smith>' => '',
'<Connor Pecar>' => '',
'<David Heddle>' => '',
'<David Payette>' => '',
'<Cole Smith>' => 'forcar',
'<Connor Pecar>' => 'cpecar',
'<David Heddle>' => 'heddle',
'<David Payette>' => 'dpayette',
'<Efrain Patrick Segarra>' => '',
'<Efrain Segarra>' => '',
'<Florian Hauenstein>' => '',
'<Francesco Bossu>' => '',
'<Francois-Xavier Girod>' => '',
'<Gagik Gavalian>' => '',
'<Giovanni Angelini>' => '',
'<Guillaume Christiaens>' => '',
'<Joseph Newton>' => '',
'<Florian Hauenstein>' => 'hauenst',
'<Francesco Bossu>' => 'fbossu',
'<Francois-Xavier Girod>' => 'fxgirod',
'<Gagik Gavalian>' => 'gavalian',
'<Giovanni Angelini>' => 'gangel85',
'<Guillaume Christiaens>' => 'Guillaum-C',
'<Joseph Newton>' => 'josnewton',
'<Justin Goodwill>' => '',
'<L Smith>' => '',
'<Latif Kabir>' => '',
'<Marco Contalbrigo>' => '',
'<Mathieu Ouillon>' => '',
'<Maurik Holtrop>' => '',
'<Maxime Defurne>' => '',
'<Michael Hoffer>' => '',
'<L Smith>' => 'forcar',
'<Latif Kabir>' => 'latifkabir',
'<Marco Contalbrigo>' => 'mcontalb',
'<Mathieu Ouillon>' => 'mathieuouillon',
'<Maurik Holtrop>' => 'mholtrop',
'<Maxime Defurne>' => 'mdefurne',
'<Michael Hoffer>' => 'miho',
'<Nathan Baltzell>' => 'baltzell',
'<Nathan Harrison>' => '',
'<Nick Markov>' => '',
'<Nathan Harrison>' => 'naharrison',
'<Nick Markov>' => 'markovnick',
'<Noemie Pilleux-LOCAL>' => '',
'<Peter EJ Davies>' => '',
'<Pierre Chatagnon>' => '',
Expand Down Expand Up @@ -58,7 +58,7 @@
'<mpaolone>' => '',
'<rtysonCLAS12>' => '',
'<tongtongcao>' => '',
'<veronique>' => '',
'<veronique>' => 'zieglerv',
}

codeowners = File.open('CODEOWNERS', 'w')
Expand Down
Loading

0 comments on commit 04e74e5

Please sign in to comment.