summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-01-16 18:14:44 -0600
committerJoshua Nelson <github@jyn.dev>2023-01-16 18:15:39 -0600
commit6c763821ba80fa54fcf237b0d422aa16d2a4e6f9 (patch)
treefd4d33aaa0c5869435b6c68b82b775b5a923f132 /triagebot.toml
parent9709a438721d679572f0f7c389cd1fa60922fbef (diff)
downloadrust-6c763821ba80fa54fcf237b0d422aa16d2a4e6f9.tar.gz
Don't add A-bootstrap to PRs modifying Cargo.lock
Changing Cargo.lock is common even when adding dependencies between existing rustc crates.
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml1
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"
]