Skip to content

Commit 285a831

Browse files
committed
triagebot: Sync config with main
1 parent a8ed1c2 commit 285a831

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

triagebot.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[relabel]
22
allow-unauthenticated = [
3-
"C-*", "O-*", "S-*"
3+
"C-*",
4+
"O-*",
5+
"S-*",
6+
"stable-nominated",
47
]
58

69
[assign]
710
contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
811

912
[assign.owners]
10-
"*" = ["@JohnTitor"]
13+
"*" = [
14+
"@JohnTitor",
15+
"@tgross35",
16+
]
1117

1218
[autolabel."A-CI"]
1319
trigger_files = [

0 commit comments

Comments
 (0)