Skip to content

Commit f84ffe2

Browse files
authored
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: - rust-lang/rust-analyzer#19555 - rust-lang/rust-clippy#14563 & rust-lang/rust-clippy#14576 - rust-lang/rustc-dev-guide#2335 - rust-lang/miri#4259 - rust-lang/reference#1788 r? `@Kobzol`
2 parents b092429 + f63a9b2 commit f84ffe2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,3 +1423,12 @@ compiletest = [
14231423

14241424
[behind-upstream]
14251425
days-threshold = 14
1426+
1427+
# Canonicalize issue numbers to avoid closing the wrong issue
1428+
# when commits are included in subtrees, as well as warning links in commits.
1429+
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
1430+
[issue-links]
1431+
1432+
# Prevents mentions in commits to avoid users being spammed
1433+
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
1434+
[no-mentions]

0 commit comments

Comments
 (0)