summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-11-27 12:46:33 +0900
committerYuki Okushi <jtitor@2k36.org>2022-11-27 12:46:33 +0900
commit3d691e14d3d48907f88520970297a42eee97741b (patch)
treee4912e2d415b65cab094ccafb6936167c546d0b6
parent1294fec803c5101bbe5eb58241f3abcd514b66af (diff)
downloadrust-libc-3d691e14d3d48907f88520970297a42eee97741b.tar.gz
Revert "Auto merge of #3018 - ehuss:highfive-triagebot, r=JohnTitor"
This reverts commit 605f6c3e4db18e278c9642932b268a36701db845, reversing changes made to dafa56706542c9f890afe8c10f820ef99df1db3c.
-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"]