diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-02 04:19:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 04:19:31 +0200 |
| commit | 3ea339794333f81057ae24dfd59d5469a296bb5e (patch) | |
| tree | f46b129e3a7432a202247c06f3f284eded91af35 | |
| parent | efad457ad52227bc7d4148dd961ca0403a8ee2f1 (diff) | |
| parent | a0073104ad92fe07e9174b47125da19c64fcf621 (diff) | |
| download | rust-3ea339794333f81057ae24dfd59d5469a296bb5e.tar.gz rust-3ea339794333f81057ae24dfd59d5469a296bb5e.zip | |
Rollup merge of #129843 - tgross35:triagebot-vacation, r=tgross35
Mark myself as on vacation for triagebot I'll be on vacation for a couple weeks coming up pretty soon. r? ``@ghost``
| -rw-r--r-- | triagebot.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index d3333b67d15..651d27f0341 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -913,7 +913,14 @@ cc = ["@kobzol"] [assign] warn_non_default_branch = true contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html" -users_on_vacation = ["jyn514", "jhpratt", "oli-obk", "kobzol", "joboet"] +users_on_vacation = [ + "jhpratt", + "joboet", + "jyn514", + "kobzol", + "oli-obk", + "tgross35", +] [assign.adhoc_groups] compiler-team = [ |
