about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 9e37eccb6d3..d54d80c5adb 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -460,6 +460,14 @@ These commits modify **compiler targets**.
 [mentions."src/doc/style-guide"]
 cc = ["@rust-lang/style"]
 
+[mentions."Cargo.lock"]
+message = """
+These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs. 
+This was probably unintentional and should be reverted before this PR is merged. 
+
+If this was intentional then you can ignore this comment.
+"""
+
 [assign]
 warn_non_default_branch = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"