diff options
| author | Urgau <3616612+Urgau@users.noreply.github.com> | 2025-04-09 22:15:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 22:15:51 +0200 |
| commit | 2f6385f3dc32f6a752fc5c636fca3404b0b2d373 (patch) | |
| tree | f8f3e46eef9bb2f19ca712b99bbc6e4171a9cf2a | |
| parent | d711d0a19a834fc4aa31946bf86d86f8eb8569f0 (diff) | |
| download | rust-2f6385f3dc32f6a752fc5c636fca3404b0b2d373.tar.gz rust-2f6385f3dc32f6a752fc5c636fca3404b0b2d373.zip | |
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
| -rw-r--r-- | src/tools/rust-analyzer/triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/triagebot.toml b/src/tools/rust-analyzer/triagebot.toml index 1138035d0e8..2201b5a5e7c 100644 --- a/src/tools/rust-analyzer/triagebot.toml +++ b/src/tools/rust-analyzer/triagebot.toml @@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust labels = ["has-merge-commits", "S-waiting-on-author"] [transfer] + +# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree +[canonicalize-issue-links] + +# Prevents mentions in commits to avoid users being spammed +[no-mentions] |
