scripts: add script to extract top-ten bug-bashers

This script allows us to programmatically query bug-bashers within
a user-supplied time-window.

For example, we held a "Bug Bash Week" August 1-7, 2021 (it was
announced a week early though). The output of the script prints
the "top ten" bug bashers in tab-separated columns in descending
order. The first column is the number of bugs squashed and the
second column is the github user id.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
This commit is contained in:
Christopher Friedt 2021-08-17 08:10:07 -04:00 committed by Anas Nashif
commit 6c37258f5b
3 changed files with 191 additions and 0 deletions

View file

@ -20,3 +20,6 @@ imgtool>=1.7.1
# used by nanopb module to generate sources from .proto files
protobuf
# used by scripts/release/bug_bash.py for generating top ten bug squashers
PyGithub