diff options
| author | Eric Huss <eric@huss.org> | 2022-11-26 15:24:01 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-11-26 15:24:01 -0800 |
| commit | be188807454001cb8aacffcccfd46adc771268c7 (patch) | |
| tree | 4b72331933b86407eb87bc55e5ab565576b27e9c | |
| parent | 80a96467ec5675e9f69683b5c075a8b15950c341 (diff) | |
| download | rust-be188807454001cb8aacffcccfd46adc771268c7.tar.gz rust-be188807454001cb8aacffcccfd46adc771268c7.zip | |
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 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"] |
