Merge pull request #19555 from Urgau/patch-1

Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
This commit is contained in:
Lukas Wirth 2025-04-10 11:48:47 +00:00 committed by GitHub
commit a10a771678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
labels = ["has-merge-commits", "S-waiting-on-author"]
[transfer]
# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
[canonicalize-issue-links]
# Prevents mentions in commits to avoid users being spammed
[no-mentions]