From 8759f33bb338e9d9a2ebe36ee3e11f4643acdc8a Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 29 Nov 2022 05:18:43 -0800 Subject: [PATCH] Add S-waiting-on-review autolabel. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index c615d18f8687..acb476ee6962 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"