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:
parent
e3fda6372f
commit
6c37258f5b
3 changed files with 191 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue