Blacklist @allcontributors bot (#1363)

Summary:
This adds `MDM6Qm90NDY0NDczMjE=` (`@allcontributors`) to the blacklist
to enable loading the `aragon/aragon` repository. See #1362 and #996 for
context.

Test Plan:
Running `node ./bin/sourcecred.js load aragon/aragon` on a clean cache
now completes successfully.

wchargin-branch: blacklist-allcontributors
This commit is contained in:
William Chargin 2019-09-10 08:55:16 -07:00 committed by GitHub
parent fa6697719a
commit 0d7db99d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,11 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = deepFreeze([
"MDEyOk9yZ2FuaXphdGlvbjI5MTkzOTQ=",
"MDEyOk9yZ2FuaXphdGlvbjEyNDE3MDI0",
"MDEyOk9yZ2FuaXphdGlvbjQzMDkzODIw",
// In this case, the bot used to be a user (@greenkeeper)
"MDM6Qm90MjMwNDAwNzY=",
// @dependabot also gives incosistent results (user vs bot)
"MDM6Qm90NDk2OTkzMzM=",
// These are `Bot` nodes that are sometimes referenced in a `User`
// context: in particular, as the author of a commit.
"MDM6Qm90MjMwNDAwNzY=", // greenkeeper
"MDM6Qm90NDk2OTkzMzM=", // dependabot
"MDM6Qm90NDY0NDczMjE=", // allcontributors
// These are the offending reactions.
"MDg6UmVhY3Rpb24yMTY3ODkyNQ==",
"MDg6UmVhY3Rpb240NDMwMzQ1",