diff options
| author | bors <bors@rust-lang.org> | 2024-04-01 21:57:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-01 21:57:50 +0000 |
| commit | 3b1b654f5650a91b5a3ccd7b6c367e43b2196edb (patch) | |
| tree | 8b4634b7189d75473ee1b3eff3779fcb7ea75411 | |
| parent | 95c45be1ed6f1f2025a3c7c806ffca9f9ad18ed2 (diff) | |
| parent | 989f04d0669ea04510d60f1727415c0dbed6d6b6 (diff) | |
| download | rust-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.toml | 2 |
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"] |
