summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-10-24 10:11:05 -0700
committerEric Huss <eric@huss.org>2022-10-24 10:11:05 -0700
commit8e874bdf8e2a70e9246b6fa49e9a0808dbf56016 (patch)
tree567c70956809863705b44cf672aac08d212b58e1
parent09ad0b37f3d9d9a12c6a86251cf0b3f035125bcd (diff)
downloadrust-libc-8e874bdf8e2a70e9246b6fa49e9a0808dbf56016.tar.gz
Migrate from highfive to triagebot
-rw-r--r--triagebot.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 702ee90f89..27e3e61288 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"]