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.
1 parent 4ed7b74 commit 5379416Copy full SHA for 5379416
bin/update-authors.sh
@@ -10,6 +10,7 @@ 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>/;
14
$seen{$_} = push @authors, "- ", $_;
15
}
16
END {
0 commit comments