Rollup merge of #141496 - Urgau:triagebot_issue_link_no-mentions, r=Kobzol
Enable `[issue-links]` and `[no-mentions]` in triagebot This PR enables the [`[issue-links]`](https://forge.rust-lang.org/triagebot/issue-links.html) and [`[no-mentions]`](https://forge.rust-lang.org/triagebot/no-mentions.html) handlers of triagebot. Most of our subtrees have already adopted them: - https://github.com/rust-lang/rust-analyzer/pull/19555 - https://github.com/rust-lang/rust-clippy/pull/14563 & https://github.com/rust-lang/rust-clippy/pull/14576 - https://github.com/rust-lang/rustc-dev-guide/pull/2335 - https://github.com/rust-lang/miri/pull/4259 - https://github.com/rust-lang/reference/pull/1788 r? `@Kobzol`
This commit is contained in:
commit
f84ffe29e1
1 changed files with 9 additions and 0 deletions
|
|
@ -1423,3 +1423,12 @@ compiletest = [
|
|||
|
||||
[behind-upstream]
|
||||
days-threshold = 14
|
||||
|
||||
# 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]
|
||||
|
||||
# Prevents mentions in commits to avoid users being spammed
|
||||
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
|
||||
[no-mentions]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue