diff options
| author | jyn <github@jyn.dev> | 2023-01-16 18:14:44 -0600 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2023-01-16 18:15:39 -0600 |
| commit | 6c763821ba80fa54fcf237b0d422aa16d2a4e6f9 (patch) | |
| tree | fd4d33aaa0c5869435b6c68b82b775b5a923f132 | |
| parent | 9709a438721d679572f0f7c389cd1fa60922fbef (diff) | |
| download | rust-6c763821ba80fa54fcf237b0d422aa16d2a4e6f9.tar.gz rust-6c763821ba80fa54fcf237b0d422aa16d2a4e6f9.zip | |
Don't add A-bootstrap to PRs modifying Cargo.lock
Changing Cargo.lock is common even when adding dependencies between existing rustc crates.
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 22f09396efc..94eb25e90cb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -185,7 +185,6 @@ trigger_files = [ "src/tools/x", "configure", "Cargo.toml", - "Cargo.lock", "config.toml.example", "src/stage0.json" ] |
