Skip to content

Commit

Permalink
infra: add auto-trigger rules for new labels
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 20, 2023
1 parent e3f2e8f commit 7729ebd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ trigger_files = ["src/cargo/core/dependency.rs"]
[autolabel."A-crate-types"]
trigger_files = ["src/cargo/core/compiler/crate_type.rs"]

[autolabel."A-credential-provider"]
trigger_files = ["credential/"]


[autolabel."A-dep-info"]
trigger_files = ["src/cargo/core/compiler/output_depinfo.rs"]

Expand Down Expand Up @@ -123,6 +127,9 @@ trigger_files = ["src/cargo/core/compiler/future_incompat.rs"]
[autolabel."A-git"]
trigger_files = ["src/cargo/sources/git/"]

[autolabel."A-home"]
trigger_files = ["crates/home/"]

[autolabel."A-infrastructure"]
trigger_files = [
".cargo/",
Expand Down Expand Up @@ -180,7 +187,7 @@ trigger_files = ["src/cargo/core/compiler/fingerprint/"]
trigger_files = ["src/cargo/sources/registry/", "src/cargo/core/registry.rs"]

[autolabel."A-registry-authentication"]
trigger_files = ["src/cargo/util/auth/", "credential/"]
trigger_files = ["src/cargo/util/auth/"]

[autolabel."A-semver"]
trigger_files = [
Expand Down

0 comments on commit 7729ebd

Please sign in to comment.