diff options
| author | Urgau <urgau@numericable.fr> | 2025-04-25 22:35:58 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2025-04-25 22:35:58 +0200 |
| commit | 84c5fd784e3005ef150aa4c0f8313c8c74b5d60f (patch) | |
| tree | db768e8a1ca1fdd57c019acee24b383ea334acd1 | |
| parent | 4f83a4258deb99f3288a7122c0d5a78200931c61 (diff) | |
| download | rust-84c5fd784e3005ef150aa4c0f8313c8c74b5d60f.tar.gz rust-84c5fd784e3005ef150aa4c0f8313c8c74b5d60f.zip | |
Enable `[no-mentions]` and `[issue-links]` in `rustbot`
| -rw-r--r-- | triagebot.toml | 7 |
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] |
