From be188807454001cb8aacffcccfd46adc771268c7 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 26 Nov 2022 15:24:01 -0800 Subject: [PATCH] Assign myself for docs updates This sets myself as the reviewer for docs submodule updates. Now with https://github.com/rust-lang/triagebot/pull/1673 automating the process, this piece of the puzzle handles the assignment step. --- triagebot.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 985e065652d..040274dd570 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -568,6 +568,13 @@ fallback = [ "/src/bootstrap" = ["bootstrap"] "/src/ci" = ["infra-ci"] "/src/doc" = ["docs"] +"/src/doc/book" = ["@ehuss"] +"/src/doc/edition-guide" = ["@ehuss"] +"/src/doc/embedded-book" = ["@ehuss"] +"/src/doc/nomicon" = ["@ehuss"] +"/src/doc/reference" = ["@ehuss"] +"/src/doc/rust-by-example" = ["@ehuss"] +"/src/doc/rustc-dev-guide" = ["@ehuss"] "/src/doc/rustdoc" = ["rustdoc"] "/src/etc" = ["@Mark-Simulacrum"] "/src/librustdoc" = ["rustdoc"]