diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-27 10:48:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 10:48:49 +0100 |
| commit | 574d35fbeb22885f79edde4e8b696326bb19d247 (patch) | |
| tree | 0e5f82968706851c5592c0a40718cb07d6b7dfd2 | |
| parent | 0972d4441e19ba1c7fc7d45779ea589d850c7fef (diff) | |
| parent | 169c72861fc932cea1ce832ae932ad3effe91f12 (diff) | |
| download | rust-574d35fbeb22885f79edde4e8b696326bb19d247.tar.gz rust-574d35fbeb22885f79edde4e8b696326bb19d247.zip | |
Rollup merge of #120399 - thomcc:thomcc-no-rotation, r=Nilstrieb
Remove myself from review rotation Still willing to do reviews (and make it through my backlog), but I don't have the bandwidth to be on the rotation right now.
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 07af53106f1..c46f9c90030 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -663,7 +663,6 @@ libs = [ "@joshtriplett", "@Mark-Simulacrum", "@m-ou-se", - "@thomcc", ] bootstrap = [ "@Mark-Simulacrum", @@ -803,7 +802,7 @@ project-stable-mir = [ "/library/panic_unwind" = ["libs"] "/library/proc_macro" = ["@petrochenkov"] "/library/std" = ["libs"] -"/library/std/src/sys/pal/windows" = ["@ChrisDenton", "@thomcc"] +"/library/std/src/sys/pal/windows" = ["@ChrisDenton"] "/library/stdarch" = ["libs"] "/library/test" = ["libs"] "/src/bootstrap" = ["bootstrap"] |
