diff options
author | bors <bors@rust-lang.org> | 2022-11-29 00:17:18 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2022-11-29 00:17:18 +0000 |
commit | 60b8fc4ccec427216f7767555068ed6fa6a659e7 (patch) | |
tree | bae29e9bff8d76dc60cd12376b55a6a4314a9054 | |
parent | 2585bcea0bc2a9c42a4be2c1eba5c61137f2b167 (diff) | |
parent | be188807454001cb8aacffcccfd46adc771268c7 (diff) | |
download | rust-60b8fc4ccec427216f7767555068ed6fa6a659e7.tar.gz |
Auto merge of #104992 - ehuss:docs-triagebot-assign, r=Mark-Simulacrum
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.
-rw-r--r-- | triagebot.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 133fbaede21..e43287700ba 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -575,6 +575,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"] |