Adds configuration directive to filter specified usernames from the contribution scores tables.

Bug: T292266
Change-Id: I641fbd3d8b088132cba4f142ee99a8837a02afb3
This commit is contained in:
Chris Rishel 2021-09-30 22:30:49 +00:00
parent b7bf249857
commit 35ea80cb36
2 changed files with 12 additions and 2 deletions

View file

@ -39,6 +39,10 @@
"value": false,
"description": "Set to true to exclude bots users from the reporting."
},
"ContribScoreIgnoreUsernames": {
"value": [],
"description": "Array of usernames to exclude from the reporting."
},
"ContribScoresUseRealName": {
"value": false,
"description": "Set to true to use real user names when available."