diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-18 10:34:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 10:34:20 +0100 |
| commit | 054a435a2de5a5d4c3ff23cc08955418f473adde (patch) | |
| tree | b379bdd058e6f50b639fdfb6d55063605dac3aff | |
| parent | 34362b826dbcfcb27ad74697266c4966bbff23b7 (diff) | |
| parent | eb8c1f899818273490d32585d03c1bb74263472d (diff) | |
| download | rust-054a435a2de5a5d4c3ff23cc08955418f473adde.tar.gz rust-054a435a2de5a5d4c3ff23cc08955418f473adde.zip | |
Rollup merge of #120073 - spastorino:remove-spastorino-on-vacations, r=fmease
Remove spastorino from users_on_vacation
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 2b818c0a990..bd14640e280 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -631,7 +631,7 @@ cc = ["@nnethercote"] [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html" -users_on_vacation = ["jyn514", "spastorino"] +users_on_vacation = ["jyn514"] [assign.adhoc_groups] compiler-team = [ |
