Adds configuration directive to filter specified usernames from the contribution scores tables.
Bug: T292266 Change-Id: I641fbd3d8b088132cba4f142ee99a8837a02afb3
This commit is contained in:
parent
b7bf249857
commit
35ea80cb36
2 changed files with 12 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue