From 37201f199251e2bb6695481de5eee34e7bee4a6f Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 24 Oct 2022 10:11:05 -0700 Subject: [PATCH] Migrate from highfive to triagebot --- triagebot.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 702ee90f89846..27e3e61288fac 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,4 +3,23 @@ allow-unauthenticated = [ "C-*", "O-*", "S-*" ] +[autolabel."S-waiting-on-review"] +new_pr = true + [assign] +contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md" + +[assign.owners] +"*" = ["@JohnTitor"] + +[mentions."src/unix/bsd/netbsdlike/openbsd"] +message = "Some changes occurred in OpenBSD module" +cc = ["@semarie"] + +[mentions."src/unix/bsd/netbsdlike/mod.rs"] +message = "Some changes occurred in OpenBSD module" +cc = ["@semarie"] + +[mentions."src/unix/solarish"] +message = "Some changes occurred in solarish module" +cc = ["@jclulow", "@pfmooney"]