Skip to content

Commit 21aa0c3

Browse files
authored
Merge pull request #619 from ferrocene/tshepang/add-triagebot
add triagebot file
2 parents 745a1fb + 236f5e5 commit 21aa0c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

triagebot.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-License-Identifier: MIT OR Apache-2.0
2+
# SPDX-FileCopyrightText: The Rust Project Contributors
3+
4+
# Ease review after a rebase be ensuring no other changes occurred.
5+
# https://forge.rust-lang.org/triagebot/range-diff.html
6+
[range-diff]
7+
8+
# Canonicalize issue mentions (change "fixes #1234" to "fixes rust-lang/fls#1234"),
9+
# to avoid wrong mentions where this repo (rust-lang/fls) is a subtree to another repo.
10+
# https://forge.rust-lang.org/triagebot/issue-links.html
11+
[issue-links]
12+
check-commits = false

0 commit comments

Comments
 (0)