From 64a0dc0087a0b8ad744e8eca63c9fe315a5eb36f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 6 Jan 2025 15:09:14 -0800 Subject: [PATCH] Update triagebot ignore docs This is the companion to https://github.com/rust-lang/triagebot/pull/1869 --- src/triagebot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triagebot/README.md b/src/triagebot/README.md index 96d801b37..efe0b0594 100644 --- a/src/triagebot/README.md +++ b/src/triagebot/README.md @@ -18,7 +18,7 @@ will set the given labels on a GitHub issue or pull request, even for people who ## GitHub commands Commands on GitHub issues or pull requests are usually issued by writing `@rustbot` followed by the command anywhere in the comment. -`@rustbot` will ignore commands in markdown code blocks, inline code spans, or blockquotes. +`@rustbot` will ignore commands in markdown code blocks, inline code spans, HTML blocks, or blockquotes. Multiple rustbot commands can be entered in a single comment. Triagebot also allows editing of a comment.