fix: added temporary blacklist (#399)

This commit is contained in:
Anurag Hazra
2020-08-17 14:18:17 +05:30
committed by GitHub
parent c05357d7b2
commit 6fa8c26754
4 changed files with 18 additions and 0 deletions

3
src/common/blacklist.js Normal file
View File

@ -0,0 +1,3 @@
const blacklist = ["renovate-bot", "technote-space", "sw-yx"];
module.exports = blacklist;