Skip to content

Commit ad633db

Browse files
committed
Auto merge of rust-lang#13544 - HKalbasi:patch-2, r=Veykril
Add rustbot features related to PR state labels It makes rustbot add `S-waiting-on-review` to every new PR, and ``@rustbot` author` and ``@rustbot` review` commands working.
2 parents bbcb77e + 3508820 commit ad633db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
[assign]
2+
3+
[shortcut]
4+
5+
[relabel]
6+
allow-unauthenticated = [
7+
"S-*",
8+
]
9+
10+
[autolabel."S-waiting-on-review"]
11+
new_pr = true

0 commit comments

Comments
 (0)