Skip to content

Commit 605f6c3

Browse files
committed
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 rust-lang/highfive#433.
2 parents dafa567 + 8e874bd commit 605f6c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

triagebot.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,23 @@ allow-unauthenticated = [
33
"C-*", "O-*", "S-*"
44
]
55

6+
[autolabel."S-waiting-on-review"]
7+
new_pr = true
8+
69
[assign]
10+
contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md"
11+
12+
[assign.owners]
13+
"*" = ["@JohnTitor"]
14+
15+
[mentions."src/unix/bsd/netbsdlike/openbsd"]
16+
message = "Some changes occurred in OpenBSD module"
17+
cc = ["@semarie"]
18+
19+
[mentions."src/unix/bsd/netbsdlike/mod.rs"]
20+
message = "Some changes occurred in OpenBSD module"
21+
cc = ["@semarie"]
22+
23+
[mentions."src/unix/solarish"]
24+
message = "Some changes occurred in solarish module"
25+
cc = ["@jclulow", "@pfmooney"]

0 commit comments

Comments
 (0)