mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 18:58:41 +00:00
Enable [canonicalize-issue-links]
and [no-mentions]
in triagebot
This commit is contained in:
parent
432a3bca90
commit
f1d9795639
1 changed files with 6 additions and 0 deletions
|
@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
|
||||||
labels = ["has-merge-commits", "S-waiting-on-author"]
|
labels = ["has-merge-commits", "S-waiting-on-author"]
|
||||||
|
|
||||||
[transfer]
|
[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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue