Skip to content

Commit 41b5e34

Browse files
authored
Add minimal triagebot config
This PR adds a minimal `triagebot.toml` config to make contributions to this repository respect upstream rust-lang/rust conventions and avoid issues when syncing this subtree.
1 parent 64b37a8 commit 41b5e34

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

triagebot.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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]

0 commit comments

Comments
 (0)