Filtering some authors from mention bot

pull/6602/head
Edd Robinson 2016-05-11 17:43:52 +01:00
parent c32906a366
commit fe8d3f6e85
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"maxReviewers": 3,
"fileBlacklist": ["CHANGELOG.md"],
"userBlacklist": ["pauldix", "toddboom"],
"userBlacklist": ["pauldix", "toddboom", "aviau", "mark-rushakoff"],
"requiredOrgs": ["influxdata"]
}