Skip to content

Commit

Permalink
chore: update trigger files for autolabel
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 27, 2023
1 parent 0ad289b commit 41a60d1
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ trigger_files = ["src/cargo/sources/directory.rs"]
trigger_files = ["src/doc/"]

[autolabel."A-environment-variables"]
trigger_files = ["crates/home/"]
trigger_files = [
"crates/home/",
"src/cargo/util/config/environment.rs",
]

[autolabel."A-errors"]
trigger_files = ["src/cargo/util/diagnostic_server.rs"]
Expand All @@ -121,6 +124,19 @@ trigger_files = ["src/cargo/core/compiler/future_incompat.rs"]
[autolabel."A-git"]
trigger_files = ["src/cargo/sources/git/"]

[autolabel."A-infrastructure"]
trigger_files = [
".cargo/",
".github/",
"build.rs",
"ci/",
"clippy.toml",
"crates/xtask-",
"deny.toml",
"publish.py",
"triagebot.toml",
]

[autolabel."A-interacts-with-crates.io"]
trigger_files = ["crates/crates-io/", "src/cargo/ops/registry.rs"]

Expand Down Expand Up @@ -150,7 +166,7 @@ trigger_files = [
]

[autolabel."A-networking"]
trigger_files = ["src/cargo/util/network.rs"]
trigger_files = ["src/cargo/util/network/"]

[autolabel."A-overrides"]
trigger_files = ["src/cargo/sources/replaced.rs"]
Expand All @@ -169,9 +185,9 @@ trigger_files = ["src/cargo/util/auth.rs", "credential/"]

[autolabel."A-semver"]
trigger_files = [
"crates/semver-check",
"src/cargo/util/semver_ext.rs",
"src/cargo/util/to_semver.rs",
"src/doc/semver-check/",
]

[autolabel."A-source-replacement"]
Expand Down

0 comments on commit 41a60d1

Please sign in to comment.