blacklist dependabot
The dependabot bot has an inconsistent typename in GitHub's database. We'll blacklist it so we can continue loading `sourcecred/sourcecred`. Test plan: `node bin/sourcecred.js load sourcecred/sourcecred` fails before this commit, and succeeds after.
This commit is contained in:
parent
302850202a
commit
e454a44c71
|
@ -11,6 +11,8 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = Object.freeze([
|
|||
"MDEyOk9yZ2FuaXphdGlvbjEyNDE3MDI0",
|
||||
// In this case, the bot used to be a user (@greenkeeper)
|
||||
"MDM6Qm90MjMwNDAwNzY=",
|
||||
// @dependabot also gives incosistent results (user vs bot)
|
||||
"MDM6Qm90NDk2OTkzMzM=",
|
||||
// These are the offending reactions.
|
||||
"MDg6UmVhY3Rpb24yMTY3ODkyNQ==",
|
||||
"MDg6UmVhY3Rpb240NDMwMzQ1",
|
||||
|
|
Loading…
Reference in New Issue