We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 862180d + 386f4b0 commit f5a32ffCopy full SHA for f5a32ff
bin/update-authors.sh
@@ -10,7 +10,8 @@ while (<>) {
10
next if /(support\@greenkeeper.io)/;
11
next if /(yoann\@atacma.agency)/;
12
next if /(yciabaud\@users.noreply.github.com)/;
13
- next if /(diegorbaquero\@gmail.com)/;
+ next if /(DiegoRBaquero\@users.noreply.github.com)/;
14
+ next if /(gustavcaplan\@gmail.com)/;
15
$seen{$_} = push @authors, "- ", $_;
16
}
17
END {
0 commit comments