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:
parent
811d22aa61
commit
f2e1775c20
|
@ -60,6 +60,7 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = deepFreeze([
|
||||||
"MDM6Qm90Mjk5NjY3OTc=", // eslint
|
"MDM6Qm90Mjk5NjY3OTc=", // eslint
|
||||||
"MDM6Qm90Mjc4NTYyOTc=", // dependabot-preview
|
"MDM6Qm90Mjc4NTYyOTc=", // dependabot-preview
|
||||||
"MDM6Qm90MzY3NzE0MDE=", // azure-pipelines
|
"MDM6Qm90MzY3NzE0MDE=", // azure-pipelines
|
||||||
|
"MDM6Qm90NDE4OTgyODI=", // github-actions
|
||||||
|
|
||||||
// Problematic interactions they did as a user: reactions.
|
// Problematic interactions they did as a user: reactions.
|
||||||
"MDg6UmVhY3Rpb24yMTY3ODkyNQ==",
|
"MDg6UmVhY3Rpb24yMTY3ODkyNQ==",
|
||||||
|
|
|
@ -19,5 +19,6 @@ export function botSet(): Set<string> {
|
||||||
"tensorflow-gardener",
|
"tensorflow-gardener",
|
||||||
"tensorflow-jenkins",
|
"tensorflow-jenkins",
|
||||||
"tensorflowbutler",
|
"tensorflowbutler",
|
||||||
|
"github-actions",
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue