diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-04-11 08:52:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 08:52:56 +0000 |
| commit | 8418338d263792bafc9de061c242aac4db604be7 (patch) | |
| tree | 898f3a7241454302ab5882fabfbea7179e31aeb6 | |
| parent | c67df0530a88c6be2965508452e98ee5d2308127 (diff) | |
| parent | 723f5b176117b366abe371343b8777effada2b72 (diff) | |
Enable no mentions in commits of triagebot (#14576)
This PR enables the no-mentions in commits handler in triagebot. Documentation pending at https://github.com/rust-lang/rust-forge/pull/827 Original motivation in https://github.com/rust-lang/rust/issues/137990. changelog: add `[no-mentions]` in `triagebot.toml`
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 4887ea84bc1..11dda970d57 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -13,6 +13,9 @@ allow-unauthenticated = [ [canonicalize-issue-links] +# Prevents mentions in commits to avoid users being spammed +[no-mentions] + # Have rustbot inform users about the *No Merge Policy* [no-merges] exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust |
