diff options
| author | bors <bors@rust-lang.org> | 2022-11-04 16:12:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-04 16:12:21 +0000 |
| commit | ad633db4935a220f77becfab55300492cfab239d (patch) | |
| tree | 64e3e953d07649ea906569cbba7a197b0073dd66 | |
| parent | bbcb77ea6fc08df598b20267afd6a44018b21f5b (diff) | |
| parent | 3508820a145b421dac2848efce01e761ddfe5208 (diff) | |
| download | rust-ad633db4935a220f77becfab55300492cfab239d.tar.gz rust-ad633db4935a220f77becfab55300492cfab239d.zip | |
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.
| -rw-r--r-- | triagebot.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index fa0824ac53c..a910e012b73 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1 +1,11 @@ [assign] + +[shortcut] + +[relabel] +allow-unauthenticated = [ + "S-*", +] + +[autolabel."S-waiting-on-review"] +new_pr = true |
