Skip to content

Commit 3db489b

Browse files
committedApr 15, 2019
add repo-specific triagebot configuration
1 parent 07133ac commit 3db489b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[relabel]
2+
allow-unauthenticated = [
3+
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*",
4+
# I-* without I-nominated
5+
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
6+
]

0 commit comments

Comments
 (0)
Please sign in to comment.