diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-11-06 11:28:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 11:28:18 +0100 |
| commit | ec35c0314391f8118be570adddf93b1c3d46265a (patch) | |
| tree | d66a6a6b2c76c5eb3d8b4d5b1257b0fd2947f86f | |
| parent | 60dca87cff0af9dd3b3c5d1f4c08fccde11fd363 (diff) | |
| parent | 6e33e89337e13a8fb4fbe660f153188622558205 (diff) | |
| download | rust-ec35c0314391f8118be570adddf93b1c3d46265a.tar.gz rust-ec35c0314391f8118be570adddf93b1c3d46265a.zip | |
Rollup merge of #117613 - jackh726:vacation, r=compiler-errors
Remove from vacation and compiler review group Staying on the types review rotation, but staying off the general review queue is good for me right now. Also move ``@compiler-errors`` since he's a full member now.
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/triagebot.toml b/triagebot.toml index b846edca98b..69bbbdb03bf 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -608,19 +608,18 @@ cc = ["@nnethercote"] [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html" -users_on_vacation = ["jyn514", "jackh726", "WaffleLapkin", "oli-obk"] +users_on_vacation = ["jyn514", "WaffleLapkin", "oli-obk"] [assign.adhoc_groups] compiler-team = [ "@cjgillot", + "@compiler-errors", "@petrochenkov", "@davidtwco", "@oli-obk", "@wesleywiser", ] compiler-team-contributors = [ - "@compiler-errors", - "@jackh726", "@TaKO8Ki", "@WaffleLapkin", "@b-naber", |
