Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove new ops bot strings from authors #4814

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -829,4 +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>
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 "ops+robot" | grep -v "npm cli ops bot" | perl -wnE '
BEGIN {
say "# Authors sorted by whether or not they\x27re me";
}
Expand Down