Skip to content

Commit

Permalink
chore: remove bot from authors (#4833)
Browse files Browse the repository at this point in the history
Replaces: #4814

Co-authored-by: Gar <gar+gh@danger.computer>

Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
ruyadorno and wraithgar committed May 3, 2022
1 parent 7a85827 commit 4e994c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Maximilian Antoni <mail@maxantoni.de> <maximilian.antoni@juliusbaer.com>
Michael Hayes <michael@hayes.io> <mhayes@newrelic.com>
Misha Kaletsky <misha.kaletsky@gmail.com>
Nicolas Morel <marsup@gmail.com>
npm team <ops+robot@npmjs.com> <ops+npm-cli@npmjs.com>
Olivier Melcher <olivier.melcher@gmail.com>
Ra'Shaun Stovall <rashaunstovall@gmail.com>
Rebecca Turner <me@re-becca.org> <rebecca@npmjs.com>
Expand Down
2 changes: 0 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,4 @@ David Walker <d0sboots@gmail.com>
Boris Verkhovskiy <boris.verk@gmail.com>
JSKitty <jskitty@protonmail.com>
CommanderRoot <CommanderRoot@users.noreply.github.com>
npm cli ops bot <ops+npm-cli@npmjs.com>
Marco Tizzoni <marco.tizzoni@gmail.com>
npm team <ops+robot@npmjs.com>
2 changes: 1 addition & 1 deletion scripts/update-authors.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

git log --use-mailmap --reverse --format='%aN <%aE>' | grep -v "\[bot\]" | perl -wnE '
git log --use-mailmap --reverse --format='%aN <%aE>' | grep -v "\[bot\]" | grep -v "^npm team" | perl -wnE '
BEGIN {
say "# Authors sorted by whether or not they\x27re me";
}
Expand Down

0 comments on commit 4e994c5

Please sign in to comment.