File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-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
+ check-commits = false
14
+
15
+ # Prevents mentions in commits to avoid users being spammed
16
+ # Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
17
+ [no-mentions ]
18
+
19
+ # Enable issue transfers within the org
20
+ # Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
21
+ [transfer ]
You can’t perform that action at this time.
0 commit comments