diff options
| author | Ralf Jung <post@ralfj.de> | 2025-07-16 22:17:16 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-07-16 22:17:16 +0200 |
| commit | 6728da5396b3ac80e2b6b53027c4f7cea4dbba02 (patch) | |
| tree | ef939542f232008f93c62919db366a655798fc26 /src/tools | |
| parent | b390c413882205de0716de3464f409d87f309d25 (diff) | |
| download | rust-6728da5396b3ac80e2b6b53027c4f7cea4dbba02.tar.gz rust-6728da5396b3ac80e2b6b53027c4f7cea4dbba02.zip | |
set S-waiting-on labels on new PRs
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/miri/triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/miri/triagebot.toml b/src/tools/miri/triagebot.toml index 9352ac73424..a0ce9f80024 100644 --- a/src/tools/miri/triagebot.toml +++ b/src/tools/miri/triagebot.toml @@ -44,6 +44,12 @@ remove = [] add = ["S-waiting-on-author"] unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"] +[autolabel."S-waiting-on-review"] +new_pr = true + +[autolabel."S-waiting-on-author"] +new_draft = true + # Automatically close and reopen PRs made by bots to run CI on them [bot-pull-requests] |
