aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/docs/tooling/github-bots.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docs/tooling/github-bots.md b/docs/docs/tooling/github-bots.md
index aefee13..d034698 100644
--- a/docs/docs/tooling/github-bots.md
+++ b/docs/docs/tooling/github-bots.md
@@ -40,7 +40,9 @@ receive:
``` sieve
require ["envelope", "fileinto", "imap4flags"];
-if allof (header :is "X-GitHub-Sender" ["coveralls", "github-actions[bot]", "netlify[bot]"],
+if allof (header :is "X-GitHub-Sender" [
+ "coveralls", "github-actions[bot]", "render[bot]", "netlify[bot]"
+ ],
address :is "from" "[email protected]") {
setflag "\\seen";
fileinto "Trash";