Skip to content

Commit 03fabc0

Browse files
authored
Rollup merge of rust-lang#128692 - tgross35:update-triagebot, r=Mark-Simulacrum
Add a triagebot mention for `library/Cargo.lock` Since [1], `Cargo.lock` was split into `Cargo.lock` and `library/Cargo.lock`. Update Triagebot to give the same warning for both. [1]: rust-lang#128534
2 parents 52c365b + c369c20 commit 03fabc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

triagebot.toml

+8
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,14 @@ If this was unintentional then you should revert the changes before this PR is m
778778
Otherwise, you can ignore this comment.
779779
"""
780780

781+
[mentions."library/Cargo.lock"]
782+
message = """
783+
These commits modify the `library/Cargo.lock` file. Unintentional changes to `library/Cargo.lock` can be introduced when switching branches and rebasing PRs.
784+
785+
If this was unintentional then you should revert the changes before this PR is merged.
786+
Otherwise, you can ignore this comment.
787+
"""
788+
781789
[mentions."src/tools/x"]
782790
message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."
783791

0 commit comments

Comments
 (0)