Skip to content

Commit 9f01db4

Browse files
authored
Merge pull request #59 from chorman0773/rustbot-support
Add triagebot support
2 parents 1957b8a + d5e7bd3 commit 9f01db4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rustbot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[relabel]
2+
allow-unauthenticated = [
3+
"A-*",
4+
"C-*",
5+
"S-*",
6+
"E-*"
7+
]
8+
9+
# Gives us the commands 'ready', 'author', 'blocked'
10+
[shortcut]

0 commit comments

Comments
 (0)