We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5e09e commit cc885dcCopy full SHA for cc885dc
tools/scripts/update_contributors
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
40
# Lists contributors.
41
list_contributors() {
42
local contributors
43
- contributors="$(git shortlog -sne | cut -f 2 | sort)"
+ contributors="$(git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
44
echo "${contributors}"
45
}
46
0 commit comments