Skip to content

Commit 062205f

Browse files
authored
Merge pull request #19555 from Urgau/patch-1
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
2 parents 55efab8 + f1d9795 commit 062205f

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)