diff options
| author | Trevor Gross <tmgross@umich.edu> | 2024-08-05 12:39:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 12:39:35 -0500 |
| commit | c369c2034f7b4fb4af2c5e28806aaec65f38adc9 (patch) | |
| tree | 5f6b868b7e2808f61a014898c4d2dedff19ae2fd | |
| parent | 2b78d920964e1d70927bcd208529bda0e11120d0 (diff) | |
| download | rust-c369c2034f7b4fb4af2c5e28806aaec65f38adc9.tar.gz rust-c369c2034f7b4fb4af2c5e28806aaec65f38adc9.zip | |
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]: https://github.com/rust-lang/rust/pull/128534
| -rw-r--r-- | triagebot.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 2795f937284..33108f743cb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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." |
