Merge pull request #1576 from Urgau/triagebot-issue-links-no-mentions
Enable `[no-mentions]` and `[issue-links]` in `rustbot`
This commit is contained in:
parent
f55c2c0d89
commit
6e2490ca9f
1 changed files with 7 additions and 0 deletions
7
triagebot.toml
Normal file
7
triagebot.toml
Normal file
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue