Skip to content

Commit b83078f

Browse files
committed
loudly tell people when Cargo.lock changes
1 parent 5d32458 commit b83078f

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
@@ -459,6 +459,14 @@ These commits modify **compiler targets**.
459459
[mentions."src/doc/style-guide"]
460460
cc = ["@rust-lang/style"]
461461

462+
[mentions."Cargo.lock"]
463+
message = """
464+
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
465+
This was probably unintentional and should be reverted before this PR is merged.
466+
467+
If this was intentional then you can ignore this comment.
468+
"""
469+
462470
[assign]
463471
warn_non_default_branch = true
464472
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"

0 commit comments

Comments
 (0)