mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-24 18:28:17 +00:00
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:
parent
fa6697719a
commit
0d7db99d7f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user