Add github-actions bot (#1466)

See https://github.com/sourcecred/sourcecred-action/pull/6
as an example of the bot acting as a user.
This commit is contained in:
Robin van Boven 2019-11-29 11:40:37 +01:00 committed by GitHub
parent 811d22aa61
commit f2e1775c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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