about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-11-29 05:18:43 -0800
committerEric Huss <eric@huss.org>2022-11-29 05:18:43 -0800
commit8759f33bb338e9d9a2ebe36ee3e11f4643acdc8a (patch)
treeb9c9db815b064c2fb7187b7120953469a67d0db8
parentbfb973f1c7453789d2f29b5c90a88e2aaf3eabc4 (diff)
downloadrust-8759f33bb338e9d9a2ebe36ee3e11f4643acdc8a.tar.gz
rust-8759f33bb338e9d9a2ebe36ee3e11f4643acdc8a.zip
Add S-waiting-on-review autolabel.
-rw-r--r--triagebot.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index c615d18f868..acb476ee696 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -9,6 +9,9 @@ allow-unauthenticated = [
 # See https://github.com/rust-lang/triagebot/wiki/Shortcuts
 [shortcut]
 
+[autolabel."S-waiting-on-review"]
+new_pr = true
+
 [assign]
 contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"