Add transifex-integration bot (#1469)

See 9d48a5fca6
as an example of the bot acting as a user.
This commit is contained in:
Robin van Boven 2019-11-29 11:46:02 +01:00 committed by GitHub
parent f2e1775c20
commit 984c6bbe9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = deepFreeze([
"MDM6Qm90Mjc4NTYyOTc=", // dependabot-preview
"MDM6Qm90MzY3NzE0MDE=", // azure-pipelines
"MDM6Qm90NDE4OTgyODI=", // github-actions
"MDM6Qm90NDM4ODA5MDM=", // transifex-integration
// Problematic interactions they did as a user: reactions.
"MDg6UmVhY3Rpb24yMTY3ODkyNQ==",

View File

@ -20,5 +20,6 @@ export function botSet(): Set<string> {
"tensorflow-jenkins",
"tensorflowbutler",
"github-actions",
"transifex-integration",
]);
}