about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2024-04-01 12:06:29 +0200
committerxFrednet <xFrednet@gmail.com>2024-04-06 12:08:55 +0200
commit2a34f231e9f8a54dd19515db5639600339e357f9 (patch)
tree9904e498f6b588a3390258917878fc83a2525132
parenteecff6d07bcdabf8dddb71ab13f3f9aa163412f5 (diff)
downloadrust-2a34f231e9f8a54dd19515db5639600339e357f9.tar.gz
rust-2a34f231e9f8a54dd19515db5639600339e357f9.zip
Prevent PR assignments to `@matthiaskrgr`, `@giraffate`, and `@Centri3`
-rw-r--r--triagebot.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index d8131044ff2..901977da25b 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -19,7 +19,12 @@ new_pr = true
 
 [assign]
 contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
-users_on_vacation = ["y21"]
+users_on_vacation = [
+    "y21",
+    "matthiaskrgr",
+    "giraffate",
+    "Centri3",
+]
 
 [assign.owners]
 "/.github" = ["@flip1995"]