From b83078fd7108972ce56263278a515d62e5f35ee2 Mon Sep 17 00:00:00 2001 From: Boxy Date: Fri, 3 Feb 2023 10:42:37 +0000 Subject: [PATCH] loudly tell people when `Cargo.lock` changes --- triagebot.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"