summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-27 00:43:26 +0000
committerbors <bors@rust-lang.org>2022-11-27 00:43:26 +0000
commit605f6c3e4db18e278c9642932b268a36701db845 (patch)
tree118b029d58a54e56dc2122a069e8d80a10c44aa8
parentdafa56706542c9f890afe8c10f820ef99df1db3c (diff)
parent8e874bdf8e2a70e9246b6fa49e9a0808dbf56016 (diff)
downloadrust-libc-605f6c3e4db18e278c9642932b268a36701db845.tar.gz
Auto merge of #3018 - ehuss:highfive-triagebot, r=JohnTitor
Migrate from highfive to triagebot This migrates this repository from using the highfive bot to using triagebot (aka rustbot). This should not be merged without coordinating the removal of the highfive webhook and/or merging https://github.com/rust-lang/highfive/pull/433.
-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"]