You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: triagebot.toml
+8
Original file line number
Diff line number
Diff line change
@@ -778,6 +778,14 @@ If this was unintentional then you should revert the changes before this PR is m
778
778
Otherwise, you can ignore this comment.
779
779
"""
780
780
781
+
[mentions."library/Cargo.lock"]
782
+
message = """
783
+
These commits modify the `library/Cargo.lock` file. Unintentional changes to `library/Cargo.lock` can be introduced when switching branches and rebasing PRs.
784
+
785
+
If this was unintentional then you should revert the changes before this PR is merged.
786
+
Otherwise, you can ignore this comment.
787
+
"""
788
+
781
789
[mentions."src/tools/x"]
782
790
message = "`src/tools/x` was changed. Bump version of Cargo.toml in `src/tools/x` so tidy will suggest installing the new version."
0 commit comments