mikemccand commented on code in PR #14762: URL: https://github.com/apache/lucene/pull/14762#discussion_r2135518972
########## .github/workflows/activity-report.sh: ########## @@ -46,6 +46,12 @@ echo '```' git log --all --pretty='format:%an' --since="$SINCE" --before="$UNTIL" | sort | uniq -c | sort -r -n echo '```' +echo +echo "## Top non-committer contributors in the given time period (all commits, any branch)" +echo '```' +git log --all --pretty='format:%an | %ae' --since="$SINCE" --before="$UNTIL" | sort | uniq -c | sort -r -n | grep -v -f .github/workflows/activity-report-known-committers.txt Review Comment: Go Unix pipes! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org