diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-05-24 16:08:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 16:08:48 +0200 |
| commit | f84ffe29e1b05ce1bdc41b2298c9fcdeacea79f3 (patch) | |
| tree | 86a65ec8aa8fe52db68793ad107c903371ff0454 | |
| parent | b0924297e1e3eee11718dcbc900e4b2572697b6e (diff) | |
| parent | f63a9b2b9771583fad44e7ad982df430b7fc779b (diff) | |
| download | rust-f84ffe29e1b05ce1bdc41b2298c9fcdeacea79f3.tar.gz rust-f84ffe29e1b05ce1bdc41b2298c9fcdeacea79f3.zip | |
Rollup merge of #141496 - Urgau:triagebot_issue_link_no-mentions, r=Kobzol
Enable `[issue-links]` and `[no-mentions]` in triagebot This PR enables the [`[issue-links]`](https://forge.rust-lang.org/triagebot/issue-links.html) and [`[no-mentions]`](https://forge.rust-lang.org/triagebot/no-mentions.html) handlers of triagebot. Most of our subtrees have already adopted them: - https://github.com/rust-lang/rust-analyzer/pull/19555 - https://github.com/rust-lang/rust-clippy/pull/14563 & https://github.com/rust-lang/rust-clippy/pull/14576 - https://github.com/rust-lang/rustc-dev-guide/pull/2335 - https://github.com/rust-lang/miri/pull/4259 - https://github.com/rust-lang/reference/pull/1788 r? `@Kobzol`
| -rw-r--r-- | triagebot.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index cfcd100003d..9d7a0ef5aec 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1423,3 +1423,12 @@ compiletest = [ [behind-upstream] days-threshold = 14 + +# Canonicalize issue numbers to avoid closing the wrong issue +# when commits are included in subtrees, as well as warning links in commits. +# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html +[issue-links] + +# Prevents mentions in commits to avoid users being spammed +# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html +[no-mentions] |
