Skip to content

Commit

Permalink
Unrolled build for rust-lang#128692
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#128692 - tgross35:update-triagebot, r=Mark-Simulacrum

Add a triagebot mention for `library/Cargo.lock`

Since [1], `Cargo.lock` was split into `Cargo.lock` and `library/Cargo.lock`. Update Triagebot to give the same warning for both.

[1]: rust-lang#128534
  • Loading branch information
rust-timer committed Aug 7, 2024
2 parents 0ddead3 + c369c20 commit 560522c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,14 @@ If this was unintentional then you should revert the changes before this PR is m
Otherwise, you can ignore this comment.
"""

[mentions."library/Cargo.lock"]
message = """
These commits modify the `library/Cargo.lock` file. Unintentional changes to `library/Cargo.lock` can be introduced when switching branches and rebasing PRs.
If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.
"""

[mentions."src/tools/x"]
message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."

Expand Down

0 comments on commit 560522c

Please sign in to comment.