2025-06-15 00:43:17 +02:00
|
|
|
## See <https://forge.rust-lang.org/triagebot/index.html> for documentation
|
|
|
|
|
## of these features.
|
|
|
|
|
|
|
|
|
|
# Warns when a PR contains merge commits
|
|
|
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/no-merge.html
|
|
|
|
|
[no-merges]
|
2025-07-17 12:30:52 +02:00
|
|
|
exclude_titles = ["Rustc pull update"]
|
2025-06-15 00:43:17 +02:00
|
|
|
|
|
|
|
|
# Canonicalize issue numbers to avoid closing the wrong issue
|
|
|
|
|
# when commits are included in subtrees, as well as warning links in commits.
|
|
|
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
|
|
|
|
|
[issue-links]
|
|
|
|
|
check-commits = false
|
|
|
|
|
|
|
|
|
|
# Prevents mentions in commits to avoid users being spammed
|
|
|
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
|
|
|
|
|
[no-mentions]
|
|
|
|
|
|
|
|
|
|
# Enable issue transfers within the org
|
|
|
|
|
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
|
|
|
|
|
[transfer]
|