diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2024-02-10 17:56:47 -0800 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2024-02-10 17:56:47 -0800 |
| commit | 3ad94dbe06c6bc544632fde9404ff1981361ad17 (patch) | |
| tree | 702752f6ffc85d5d16080a31b96e8b0df69d451f | |
| parent | 42752cbe095b9ad9941f20f22f80788d95f4ab06 (diff) | |
| download | rust-3ad94dbe06c6bc544632fde9404ff1981361ad17.tar.gz rust-3ad94dbe06c6bc544632fde9404ff1981361ad17.zip | |
Remove myself from some review rotations
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index ef3f3693e61..bb9da213430 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -667,7 +667,6 @@ compiler = [ ] libs = [ "@cuviper", - "@joshtriplett", "@Mark-Simulacrum", ] bootstrap = [ @@ -833,7 +832,7 @@ project-stable-mir = [ "/src/rustdoc-json-types" = ["rustdoc"] "/src/stage0.json" = ["bootstrap"] "/tests/ui" = ["compiler"] -"/src/tools/cargo" = ["@ehuss", "@joshtriplett"] +"/src/tools/cargo" = ["@ehuss"] "/src/tools/compiletest" = ["bootstrap", "@wesleywiser", "@oli-obk", "@compiler-errors"] "/src/tools/linkchecker" = ["@ehuss"] "/src/tools/rust-installer" = ["bootstrap"] |
