This commit is contained in:
Feross Aboukhadijeh
2020-07-15 14:47:28 -07:00
parent 27bbdcc465
commit ff5ae7a054
2 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ while (<>) {
next if /(dc\@DCs-MacBook.local)/;
next if /(rolandoguedes\@gmail.com)/;
next if /(grunjol\@users.noreply.github.com)/;
next if /(dependabot)/;
$seen{$_} = push @authors, "- ", $_;
}
END {