Skip to content

Commit 51b9f78

Browse files
committed
Amend the triagebot comment for Cargo.lock changes.
I don't like the current wording. It's obnoxious to be told by a bot that a change I made intentionally is "probably unintentional"! I also don't like describing unintentional changes as "Random", it's not the right word.
1 parent 6af761a commit 51b9f78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

triagebot.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -475,10 +475,10 @@ cc = ["@rust-lang/style"]
475475

476476
[mentions."Cargo.lock"]
477477
message = """
478-
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
479-
This was probably unintentional and should be reverted before this PR is merged.
478+
These commits modify the `Cargo.lock` file. Unintentional changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
480479
481-
If this was intentional then you can ignore this comment.
480+
If this was unintentional then you should revert the changes before this PR is merged.
481+
Otherwise, you can ignore this comment.
482482
"""
483483

484484
[mentions."src/tools/x"]

0 commit comments

Comments
 (0)