mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Auto merge of #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.
This commit is contained in:
commit
ad633db493
1 changed files with 10 additions and 0 deletions
|
@ -1 +1,11 @@
|
||||||
[assign]
|
[assign]
|
||||||
|
|
||||||
|
[shortcut]
|
||||||
|
|
||||||
|
[relabel]
|
||||||
|
allow-unauthenticated = [
|
||||||
|
"S-*",
|
||||||
|
]
|
||||||
|
|
||||||
|
[autolabel."S-waiting-on-review"]
|
||||||
|
new_pr = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue