diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-07-28 17:37:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 17:37:03 +0000 |
| commit | 2e3688e5b2f0c8c2831bf807f3f2a83b3e8f2654 (patch) | |
| tree | 477a9e8309ef6eb837816ce20b9b998897fa3801 | |
| parent | 892b4554a80619fbc223e15249df03a7110a48fc (diff) | |
| parent | 86bef358fa5eb22dd863f1fc31aaac789735d433 (diff) | |
| download | rust-2e3688e5b2f0c8c2831bf807f3f2a83b3e8f2654.tar.gz rust-2e3688e5b2f0c8c2831bf807f3f2a83b3e8f2654.zip | |
Merge pull request #20330 from Kobzol/triagebot-reopen
Configure triagebot to reopen bot PRs
| -rw-r--r-- | src/tools/rust-analyzer/triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/triagebot.toml b/src/tools/rust-analyzer/triagebot.toml index c9862495bc0..27fdb672455 100644 --- a/src/tools/rust-analyzer/triagebot.toml +++ b/src/tools/rust-analyzer/triagebot.toml @@ -28,3 +28,6 @@ labels = ["has-merge-commits", "S-waiting-on-author"] # Prevents mentions in commits to avoid users being spammed [no-mentions] + +# Automatically close and reopen PRs made by bots to run CI on them +[bot-pull-requests] |
