diff --git a/AUTHORS b/AUTHORS index 6d503651970ae..a38892068303a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -819,7 +819,6 @@ Tierney Cyren Guillaume Grossetie linkgoron Quentin Barbe -dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Delapouite F. Hinkelmann Tierney Cyren diff --git a/scripts/update-authors.sh b/scripts/update-authors.sh index ac7b99137a987..732ad7d3504d6 100755 --- a/scripts/update-authors.sh +++ b/scripts/update-authors.sh @@ -1,6 +1,6 @@ #!/bin/sh -git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE ' +git log --use-mailmap --reverse --format='%aN <%aE>' | grep -v "\[bot\]" | perl -wnE ' BEGIN { say "# Authors sorted by whether or not they\x27re me"; }