about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2023-02-03 10:42:37 +0000
committerBoxy <supbscripter@gmail.com>2023-02-03 10:42:37 +0000
commitb83078fd7108972ce56263278a515d62e5f35ee2 (patch)
tree060ccb28d4c814b8a82b6c4937c5a8748aa9247d
parent5d32458343f34bd8de6d96cbaab2a9cf879dd1b8 (diff)
downloadrust-b83078fd7108972ce56263278a515d62e5f35ee2.tar.gz
rust-b83078fd7108972ce56263278a515d62e5f35ee2.zip
loudly tell people when `Cargo.lock` changes
-rw-r--r--triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 79958729fc5..cc8221e5cd8 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -459,6 +459,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"