Skip to content

Commit

Permalink
chore: update autolabel
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 25, 2024
1 parent 5b14e6e commit dac06bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ trigger_files = ["src/cargo/util/flock.rs", "src/cargo/util/important_paths.rs"]
trigger_files = ["src/cargo/core/compiler/future_incompat.rs"]

[autolabel."A-git"]
trigger_files = ["src/cargo/sources/git/"]
trigger_files = ["src/cargo/sources/git/", "src/cargo/ops/cargo_package/vcs.rs"]

[autolabel."A-home"]
trigger_files = ["crates/home/"]
Expand Down Expand Up @@ -309,7 +309,7 @@ trigger_files = ["src/bin/cargo/commands/new.rs", "src/cargo/ops/cargo_new.rs"]
trigger_files = ["src/bin/cargo/commands/owner.rs", "src/cargo/ops/registry/owner.rs"]

[autolabel."Command-package"]
trigger_files = ["src/bin/cargo/commands/package.rs", "src/cargo/ops/cargo_package.rs"]
trigger_files = ["src/bin/cargo/commands/package.rs", "src/cargo/ops/cargo_package/"]

[autolabel."Command-pkgid"]
trigger_files = ["src/bin/cargo/commands/pkgid.rs", "src/cargo/ops/cargo_pkgid.rs"]
Expand Down

0 comments on commit dac06bf

Please sign in to comment.