about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <3616612+Urgau@users.noreply.github.com>2025-04-27 20:14:46 +0200
committerGitHub <noreply@github.com>2025-04-27 20:14:46 +0200
commit6e2490ca9f476d8da0fe519caa8db688a3d3a78f (patch)
treef9f0e5f02772feea5a14a40563bba5637cde2a44
parentf55c2c0d89785f9e68e6fa8358b04ebc3b1b5ed6 (diff)
downloadrust-6e2490ca9f476d8da0fe519caa8db688a3d3a78f.tar.gz
rust-6e2490ca9f476d8da0fe519caa8db688a3d3a78f.zip
Merge pull request #1576 from Urgau/triagebot-issue-links-no-mentions
Enable `[no-mentions]` and `[issue-links]` in `rustbot`
-rw-r--r--triagebot.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
new file mode 100644
index 00000000000..13da0a87def
--- /dev/null
+++ b/triagebot.toml
@@ -0,0 +1,7 @@
+# Documentation at https://forge.rust-lang.org/triagebot/index.html
+
+# Prevents un-canonicalized issue links (to avoid wrong issues being linked in r-l/rust)
+[issue-links]
+
+# Prevents mentions in commits to avoid users being spammed
+[no-mentions]