diff options
author | bors <bors@rust-lang.org> | 2022-11-27 22:51:23 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2022-11-27 22:51:23 +0000 |
commit | e4b8fd4f59a87346c870295c8125469c672998aa (patch) | |
tree | c74726ddcde686b2c32ca51156614d2ada297bef /triagebot.toml | |
parent | c943911e5d7faaa974389c1843a83e70a23ec660 (diff) | |
parent | 37201f199251e2bb6695481de5eee34e7bee4a6f (diff) | |
download | rust-libc-e4b8fd4f59a87346c870295c8125469c672998aa.tar.gz |
Auto merge of #3020 - ehuss:highfive-triagebot2, r=JohnTitor
Migrate from highfive to triagebot
This migrates this repository from using the highfive bot to using triagebot (aka rustbot).
This is ready to merge now, feel free to merge to re-enable auto-assignment.
Diffstat (limited to 'triagebot.toml')
-rw-r--r-- | triagebot.toml | 19 |
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"] |