Skip to content

Commit f63a9b2

Browse files
committed
Enable [issue-links] and [no-mentions] in triagebot
1 parent d423c81 commit f63a9b2

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
@@ -1425,3 +1425,12 @@ compiletest = [
14251425

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

0 commit comments

Comments
 (0)