Skip to content

Commit e4b8fd4

Browse files
committed
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.
2 parents c943911 + 37201f1 commit e4b8fd4

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)