about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-04 16:12:21 +0000
committerbors <bors@rust-lang.org>2022-11-04 16:12:21 +0000
commitad633db4935a220f77becfab55300492cfab239d (patch)
tree64e3e953d07649ea906569cbba7a197b0073dd66
parentbbcb77ea6fc08df598b20267afd6a44018b21f5b (diff)
parent3508820a145b421dac2848efce01e761ddfe5208 (diff)
downloadrust-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.toml10
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