Skip to content

Commit 37201f1

Browse files
committed
Migrate from highfive to triagebot
1 parent c943911 commit 37201f1

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)