]> git.lizzy.rs Git - rust.git/commitdiff
loudly tell people when `Cargo.lock` changes
authorBoxy <supbscripter@gmail.com>
Fri, 3 Feb 2023 10:42:37 +0000 (10:42 +0000)
committerBoxy <supbscripter@gmail.com>
Fri, 3 Feb 2023 10:42:37 +0000 (10:42 +0000)
triagebot.toml

index 79958729fc521ed1ada06422e092a769384d2377..cc8221e5cd8d71464b7a47209ae2b67d689679e0 100644 (file)
@@ -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"