about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-29 13:30:15 +0000
committerbors <bors@rust-lang.org>2022-11-29 13:30:15 +0000
commit3cf2c17e53d115bd8c233a268c0d0ff0fbb2395e (patch)
treeb9c9db815b064c2fb7187b7120953469a67d0db8
parentbfb973f1c7453789d2f29b5c90a88e2aaf3eabc4 (diff)
parent8759f33bb338e9d9a2ebe36ee3e11f4643acdc8a (diff)
downloadrust-3cf2c17e53d115bd8c233a268c0d0ff0fbb2395e.tar.gz
rust-3cf2c17e53d115bd8c233a268c0d0ff0fbb2395e.zip
Auto merge of #9985 - ehuss:triagebot-autolabel, r=xFrednet
Add S-waiting-on-review autolabel.

This adds the S-waiting-on-review autolabel feature for new PRs.  This was previously handled by highfive, but I neglected to include it in #9963.

changelog: none
-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"