We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cargo.lock
1 parent 5d32458 commit b83078fCopy full SHA for b83078f
triagebot.toml
@@ -459,6 +459,14 @@ These commits modify **compiler targets**.
459
[mentions."src/doc/style-guide"]
460
cc = ["@rust-lang/style"]
461
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
470
[assign]
471
warn_non_default_branch = true
472
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
0 commit comments