From 92bdd2582f2d50b931ea5f6850c7591f4dfb16ce Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 24 Oct 2022 09:32:22 -0700 Subject: [PATCH] Migrate from highfive to triagebot --- triagebot.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index a71ad23ac91..7a809e498fd 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,5 +1,3 @@ -[assign] - [ping.windows] message = """\ Hey Windows Group! This bug has been identified as a good "Windows candidate". @@ -13,3 +11,11 @@ label = "O-windows" [shortcut] +[autolabel."S-waiting-on-review"] +new_pr = true + +[assign] +contributing_url = "https://rust-lang.github.io/cargo/contrib/" + +[assign.owners] +"*" = ["@ehuss", "@epage", "@weihanglo"]