Skip to content

Commit bf8cfdf

Browse files
authored
Add myself to the review rotation
1 parent cb61441 commit bf8cfdf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

triagebot.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "O-*", "S-*", "stable-nominated"
3+
"C-*",
4+
"O-*",
5+
"S-*",
6+
"stable-nominated",
47
]
58

69
[autolabel."S-waiting-on-review"]
@@ -10,7 +13,10 @@ new_pr = true
1013
contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
1114

1215
[assign.owners]
13-
"*" = ["@JohnTitor"]
16+
"*" = [
17+
"@JohnTitor",
18+
"@tgross35",
19+
]
1420

1521
[mentions."src/unix/bsd/netbsdlike/openbsd"]
1622
message = "Some changes occurred in OpenBSD module"

0 commit comments

Comments
 (0)