Skip to content

Commit 5379416

Browse files
committed
exclude duplicate author
1 parent 4ed7b74 commit 5379416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/update-authors.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ while (<>) {
1010
next if /<support\@greenkeeper.io>/;
1111
next if /<yoann\@atacma.agency>/;
1212
next if /<yciabaud\@users.noreply.github.com>/;
13+
next if /<diegorbaquero\@gmail.com>/;
1314
$seen{$_} = push @authors, "- ", $_;
1415
}
1516
END {

0 commit comments

Comments
 (0)