Skip to content

Commit

Permalink
Rollup merge of #128692 - tgross35:update-triagebot, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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]: #128534
  • Loading branch information
matthiaskrgr authored Aug 6, 2024
2 parents 52c365b + c369c20 commit 03fabc0
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 03fabc0

Please sign in to comment.