Skip to content

Commit 12e9735

Browse files
authored
Merge pull request #4529 from RalfJung/triagebot-range-diff-awesomeness
triagebot: Show range-diff links on force pushes
2 parents 1d12f89 + 73a3189 commit 12e9735

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

triagebot.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ new_pr = true
5050
[autolabel."S-waiting-on-author"]
5151
new_draft = true
5252

53-
# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
53+
# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree.
5454
[canonicalize-issue-links]
5555

56-
# Prevents mentions in commits to avoid users being spammed
56+
# Prevents mentions in commits to avoid users being spammed.
5757
[no-mentions]
58+
59+
# Show range-diff links on force pushes.
60+
[range-diff]

0 commit comments

Comments
 (0)