From d1bf1f2b9306bdce49c6cd5cd87f66d2f7b1e79b Mon Sep 17 00:00:00 2001 From: Urgau Date: Thu, 4 Sep 2025 21:28:31 +0200 Subject: [PATCH] Update documentation for triagebot `type="content"` mentions change --- src/triagebot/mentions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triagebot/mentions.md b/src/triagebot/mentions.md index c7a4f54e..b4112d76 100644 --- a/src/triagebot/mentions.md +++ b/src/triagebot/mentions.md @@ -14,7 +14,7 @@ Each key in the table should either be a path in the repo or should be a string Triagebot will check for modifications: - to any file that **starts with** the given path when `type="filename"` (the default) - - or to any modified lines of the PR when `type="content"` + - or to any added lines of the PR when `type="content"` For example, `library/std` would match anything under the `library/std` directory like `library/std/src/process.rs`.