about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-25 09:57:59 +0000
committerbors <bors@rust-lang.org>2024-02-25 09:57:59 +0000
commit0d1ba48cb490f08790e0cf17ceb5c84349d34654 (patch)
treef0ab61f22beb91e859573221656b3660dd861a39
parenta2c1d565e576efb5f3abce367723711afe65c8cd (diff)
parent6b7700ef49b4aef5b54b40f12eff2cfe19ec3976 (diff)
downloadrust-0d1ba48cb490f08790e0cf17ceb5c84349d34654.tar.gz
rust-0d1ba48cb490f08790e0cf17ceb5c84349d34654.zip
Auto merge of #12345 - xFrednet:00000-some-healthy-life-choices, r=xFrednet
Pause PR assignments for xFrednet :)

My life is currently a bit chaotic, and it feels like I can't give reviews the attention they need. I'll finish the PRs I'm assigned to, write the changelogs, and am available when I get pinged etc.

This is only intended as a temporary pause, as I still genuinely enjoy working with everyone in this repo and seeing Clippy grow day by day.

---

changelog: none

r? `@ghost`
-rw-r--r--triagebot.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 303a4ca900c..1a81394af10 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -6,7 +6,7 @@ allow-unauthenticated = [
 
 # Allows shortcuts like `@rustbot ready`
 #
-# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
+# See https://forge.rust-lang.org/triagebot/shortcuts.html
 [shortcut]
 
 # Have rustbot inform users about the *No Merge Policy*
@@ -19,6 +19,7 @@ new_pr = true
 
 [assign]
 contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
+users_on_vacation = ["xFrednet"]
 
 [assign.owners]
 "/.github" = ["@flip1995"]