Skip to content

Commit

Permalink
Auto merge of #12713 - weihanglo:label, r=arlosi
Browse files Browse the repository at this point in the history
infra: add auto-trigger rules for new labels
  • Loading branch information
bors committed Sep 20, 2023
2 parents e3f2e8f + 7f492cd commit d1e246f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ 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 +126,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 +186,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 d1e246f

Please sign in to comment.