From 13dfbb2fa526afc4d425459868d7951e248ba65c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 24 Oct 2022 16:33:53 -0700 Subject: [PATCH] Migrate from highfive to triagebot --- triagebot.toml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 80c303938..c615d18f8 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", +]