Skip to content

Commit 2ed099e

Browse files
KobzolAmanieu
authored andcommitted
Add triagebot config for subtree syncs
Adds checking of PR descriptions to avoid relative issue links (without repository prefix) and mentions in commits.
1 parent 1b4d15d commit 2ed099e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could
5050
one of you weigh in please?
5151
Thanks!
5252
"""
53+
54+
# Canonicalize issue numbers to avoid closing the wrong issue
55+
# when commits are included in subtrees, as well as warning links in commits.
56+
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
57+
[issue-links]
58+
check-commits = false
59+
60+
# Prevents mentions in commits to avoid users being spammed
61+
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
62+
[no-mentions]

0 commit comments

Comments
 (0)