diff options
| author | Alejandra González <blyxyas@gmail.com> | 2025-04-07 17:09:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 17:09:57 +0000 |
| commit | f74d7ce81371b2573d7a356408251fa4cac3f8d2 (patch) | |
| tree | 211d292a49d926fadb9d39d9ef5f2110f3620747 | |
| parent | cf9cffa114ce5a780aa8283096bf85c51be7a4f5 (diff) | |
| parent | 8b9165cc7695a2c3781802974642fb79e56c460c (diff) | |
| download | rust-f74d7ce81371b2573d7a356408251fa4cac3f8d2.tar.gz rust-f74d7ce81371b2573d7a356408251fa4cac3f8d2.zip | |
Enable canonicalization of issue links in triagebot (#14563)
This PR enables to the canonicalization of issue links in triagebot. Documentation pending at https://github.com/rust-lang/rust-forge/pull/825 changelog: add `[canonicalize-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 |
