about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-01 21:57:50 +0000
committerbors <bors@rust-lang.org>2024-04-01 21:57:50 +0000
commit3b1b654f5650a91b5a3ccd7b6c367e43b2196edb (patch)
tree8b4634b7189d75473ee1b3eff3779fcb7ea75411
parent95c45be1ed6f1f2025a3c7c806ffca9f9ad18ed2 (diff)
parent989f04d0669ea04510d60f1727415c0dbed6d6b6 (diff)
downloadrust-3b1b654f5650a91b5a3ccd7b6c367e43b2196edb.tar.gz
rust-3b1b654f5650a91b5a3ccd7b6c367e43b2196edb.zip
Auto merge of #12613 - y21:vacation, r=dswij
Pause review rotation for y21

Exams are coming up for me and I want to focus on that, so I'd like to pause PR assignments to me for a bit until that's over (will still continue to look at PRs that are assigned to me and might steal some PRs to review if I find the time). :)

--------------

changelog: none
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index d455d967e30..d8131044ff2 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -19,7 +19,7 @@ new_pr = true
 
 [assign]
 contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
-users_on_vacation = []
+users_on_vacation = ["y21"]
 
 [assign.owners]
 "/.github" = ["@flip1995"]