From ada6c1680d632b31cccc2ec678fbf3570628d1f1 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 22 Mar 2024 12:28:34 -0300 Subject: [PATCH] Adjust better spastorino membership to triagebot's adhoc_groups --- triagebot.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 0a36eab7b87..d0cb81c58e5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -619,7 +619,7 @@ cc = ["@davidtwco", "@compiler-errors", "@TaKO8Ki"] [mentions."compiler/stable_mir"] message = "This PR changes Stable MIR" -cc = ["@oli-obk", "@celinval", "@spastorino", "@ouz-a"] +cc = ["@oli-obk", "@celinval", "@ouz-a"] [mentions."compiler/rustc_target/src/spec"] message = """ @@ -829,6 +829,7 @@ parser = [ "@estebank", "@nnethercote", "@petrochenkov", + "@spastorino", ] lexer = [ "@nnethercote", @@ -837,6 +838,7 @@ lexer = [ ] arena = [ "@nnethercote", + "@spastorino", ] mir = [ "@davidtwco",