diff --git a/src/bootstrap/config/tests.rs b/src/bootstrap/config/tests.rs index c340bb2982a..b8f3be96062 100644 --- a/src/bootstrap/config/tests.rs +++ b/src/bootstrap/config/tests.rs @@ -35,7 +35,7 @@ fn download_ci_llvm() { )); } -// FIXME(ozkanonur): extend scope of the test +// FIXME(onur-ozkan): extend scope of the test // refs: // - https://github.com/rust-lang/rust/issues/109120 // - https://github.com/rust-lang/rust/pull/109162#issuecomment-1496782487 diff --git a/triagebot.toml b/triagebot.toml index aef5b5bb8dc..7aaf90d49a7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -616,7 +616,7 @@ libs = [ bootstrap = [ "@Mark-Simulacrum", "@albertlarsan68", - "@ozkanonur", + "@onur-ozkan", "@clubby789", ] infra-ci = [ @@ -749,4 +749,4 @@ style-team = [ "/src/tools/rustdoc-themes" = ["rustdoc"] "/src/tools/tidy" = ["bootstrap"] "/src/tools/x" = ["bootstrap"] -"/src/tools/rustdoc-gui-test" = ["bootstrap", "@ozkanonur"] +"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]