On Sat, 21 Sept 2024 at 11:57, <curc...@apache.org> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > curcuru pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > new 2481a3d8 Add cdutz, kanchana as directors > 2481a3d8 is described below > > commit 2481a3d835fbcafcda9daf04491202f8ecfa6bd6 > Author: Shane Curcuru <a...@shanecurcuru.org> > AuthorDate: Sat Sep 21 06:57:13 2024 -0400 > > Add cdutz, kanchana as directors > > Note: is this mapping list still used actively, or only for historical > minutes analysis?
I suspect it may still be needed, as initials are still used in the minutes. > --- > lib/whimsy/asf/board.rb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/whimsy/asf/board.rb b/lib/whimsy/asf/board.rb > index a72c5117..0a0d7f83 100644 > --- a/lib/whimsy/asf/board.rb > +++ b/lib/whimsy/asf/board.rb > @@ -175,6 +175,7 @@ module ASF > 'bdelacretaz' => ['bd', 'Bertrand', 'Bertrand Delacretaz'], > 'brett' => ['bp', 'Brett', 'Brett Porter'], > 'brianm' => ['bmc', 'Brian', 'Brian McCallister'], > + 'brianm' => ['cd', 'Chris', 'Christofer Dutz'], Wrong key; just fixed > 'cliffs' => ['cs', 'Cliff', 'Cliff Schmidt'], > 'coar' => ['kc', 'Ken', 'Ken Coar'], > 'curcuru' => ['sc', 'Shane', 'Shane Curcuru'], > @@ -191,6 +192,7 @@ module ASF > 'jim' => ['jj', 'Jim', 'Jim Jagielski'], > 'jjirsa' => ['jjr', 'Jeff', 'Jeff Jirsa'], > 'jmclean' => ['jm', 'Justin', 'Justin Mclean'], > + 'kanchana' => ['kw', 'Kanchana', 'Kanchana Welagedara'], > 'ke4qqq' => ['dn', 'David', 'David Nalley'], > 'lrosen' => ['lr', 'Larry', 'Lawrence Rosen'], > 'markt' => ['mt', 'Mark', 'Mark Thomas'], >