about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-10-24 16:33:53 -0700
committerEric Huss <eric@huss.org>2022-11-27 07:24:46 -0800
commit13dfbb2fa526afc4d425459868d7951e248ba65c (patch)
tree261436e80ac8ded6eea7ca006385ac70155d953b
parentb698a151b3eb1c6cd6a70d3e9d9d0aab2711f672 (diff)
downloadrust-13dfbb2fa526afc4d425459868d7951e248ba65c.tar.gz
rust-13dfbb2fa526afc4d425459868d7951e248ba65c.zip
Migrate from highfive to triagebot
-rw-r--r--triagebot.toml18
1 files changed, 16 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 80c30393832..c615d18f868 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -4,9 +4,23 @@ allow-unauthenticated = [
     "good-first-issue"
 ]
 
-[assign]
-
 # Allows shortcuts like `@rustbot ready`
 #
 # See https://github.com/rust-lang/triagebot/wiki/Shortcuts
 [shortcut]
+
+[assign]
+contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
+
+[assign.owners]
+"/.github" = ["@flip1995"]
+"*" = [
+    "@flip1995",
+    "@Manishearth",
+    "@llogiq",
+    "@giraffate",
+    "@xFrednet",
+    "@Alexendoo",
+    "@dswij",
+    "@Jarcho",
+]