about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <3616612+Urgau@users.noreply.github.com>2025-06-15 00:43:17 +0200
committerGitHub <noreply@github.com>2025-06-14 22:43:17 +0000
commitbcc96da3c3ee8350bbb212d3ed6c27c68fc2ba05 (patch)
treec14d2b9f6e41e9897fd31de0d0d3ecfec8ec2bf7
parenta413cca7d39d45837b9c595a135c369779275963 (diff)
downloadrust-bcc96da3c3ee8350bbb212d3ed6c27c68fc2ba05.tar.gz
rust-bcc96da3c3ee8350bbb212d3ed6c27c68fc2ba05.zip
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.
-rw-r--r--library/compiler-builtins/triagebot.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/library/compiler-builtins/triagebot.toml b/library/compiler-builtins/triagebot.toml
new file mode 100644
index 00000000000..ecc05da0195
--- /dev/null
+++ b/library/compiler-builtins/triagebot.toml
@@ -0,0 +1,21 @@
+## 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]
+exclude_titles = ["Update from"]
+
+# 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]