summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 27e3e61288..702ee90f89 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -3,23 +3,4 @@ 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"]