Skip to content

Commit cc885dc

Browse files
committed
Update script to exclude the GitHub actions bot
1 parent 3d5e09e commit cc885dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/update_contributors

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
4040
# Lists contributors.
4141
list_contributors() {
4242
local contributors
43-
contributors="$(git shortlog -sne | cut -f 2 | sort)"
43+
contributors="$(git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
4444
echo "${contributors}"
4545
}
4646

0 commit comments

Comments
 (0)