diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-11 22:58:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 22:58:27 +0200 |
| commit | 13f95426fdf405748a43b97fa4e1552279c5fbb4 (patch) | |
| tree | 36f562abc051b21f91064ab41f013c88b45a8c03 | |
| parent | deea0677f4c3236db40066bc9b45d2ba2fb13b27 (diff) | |
| parent | 103d668e697bc0b76eacc446968f989e9193c5a3 (diff) | |
| download | rust-13f95426fdf405748a43b97fa4e1552279c5fbb4.tar.gz rust-13f95426fdf405748a43b97fa4e1552279c5fbb4.zip | |
Rollup merge of #142343 - onur-ozkan:remove-myself-from-the-project, r=Kobzol
remove myself from the project See [#t-infra/bootstrap > stepping down from T-Bootstrap](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/stepping.20down.20from.20T-Bootstrap/with/523501689)
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index 0ea45d13be1..52d18d2ca4b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1243,7 +1243,6 @@ libs = [ bootstrap = [ "@Mark-Simulacrum", "@albertlarsan68", - "@onur-ozkan", "@kobzol", "@jieyouxu", "@clubby789", @@ -1436,8 +1435,8 @@ compiletest = [ "/src/tools/rustdoc-themes" = ["rustdoc"] "/src/tools/tidy" = ["bootstrap"] "/src/tools/x" = ["bootstrap"] -"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"] -"/src/tools/libcxx-version" = ["@onur-ozkan"] +"/src/tools/rustdoc-gui-test" = ["bootstrap"] +"/src/tools/libcxx-version" = ["bootstrap"] # Enable review queue tracking # Documentation at: https://forge.rust-lang.org/triagebot/review-queue-tracking.html |
