diff options
| author | Urgau <3616612+Urgau@users.noreply.github.com> | 2025-04-07 18:56:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 18:56:03 +0200 |
| commit | 8b9165cc7695a2c3781802974642fb79e56c460c (patch) | |
| tree | 211d292a49d926fadb9d39d9ef5f2110f3620747 | |
| parent | cf9cffa114ce5a780aa8283096bf85c51be7a4f5 (diff) | |
| download | rust-8b9165cc7695a2c3781802974642fb79e56c460c.tar.gz rust-8b9165cc7695a2c3781802974642fb79e56c460c.zip | |
Enable canonicalization of issue links in triagebot.toml
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a82fb00c0e9..981ad91852e 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,8 @@ allow-unauthenticated = [ [merge-conflicts] +[canonicalize-issue-links] + # Have rustbot inform users about the *No Merge Policy* [no-merges] exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust |
