Skip to content

Commit f1d9795

Browse files
authored
Enable [canonicalize-issue-links] and [no-mentions] in triagebot
1 parent 432a3bc commit f1d9795

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
2121
labels = ["has-merge-commits", "S-waiting-on-author"]
2222

2323
[transfer]
24+
25+
# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
26+
[canonicalize-issue-links]
27+
28+
# Prevents mentions in commits to avoid users being spammed
29+
[no-mentions]

0 commit comments

Comments
 (0)