File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # # See <https://forge.rust-lang.org/triagebot/index.html> for documentation
2+ # # of these features.
3+
4+ # Warns when a PR contains merge commits
5+ # Documentation at: https://forge.rust-lang.org/triagebot/no-merge.html
6+ [no-merges ]
7+ exclude_titles = [" Update from" ]
8+
9+ # Canonicalize issue numbers to avoid closing the wrong issue
10+ # when commits are included in subtrees, as well as warning links in commits.
11+ # Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
12+ [issue-links ]
13+
14+ # Prevents mentions in commits to avoid users being spammed
15+ # Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
16+ [no-mentions ]
17+
18+ # Enable issue transfers within the org
19+ # Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
20+ [transfer ]
You can’t perform that action at this time.
0 commit comments