Skip to content

Commit

Permalink
loudly tell people when Cargo.lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Feb 3, 2023
1 parent 5d32458 commit b83078f
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 @@ -459,6 +459,14 @@ These commits modify **compiler targets**.
[mentions."src/doc/style-guide"]
cc = ["@rust-lang/style"]

[mentions."Cargo.lock"]
message = """
These commits modify the `Cargo.lock` file. Random changes to `Cargo.lock` can be introduced when switching branches and rebasing PRs.
This was probably unintentional and should be reverted before this PR is merged.
If this was intentional then you can ignore this comment.
"""

[assign]
warn_non_default_branch = true
contributing_url = "https://rustc-dev-guide.rust-lang.org/contributing.html"
Expand Down

0 comments on commit b83078f

Please sign in to comment.