Skip to content

Commit a9221f3

Browse files
authored
Unrolled build for rust-lang#136643
Rollup merge of rust-lang#136643 - jdonszelmann:add-triagebot-attrs, r=fmease ping me for attribute-related changes r? `@fmease`
2 parents 5ff18d0 + 14fb5ef commit a9221f3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

triagebot.toml

+20
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ trigger_files = [
236236
"src/tools/jsondoclint",
237237
]
238238

239+
[autolabel."A-attributes"]
240+
trigger_files = [
241+
"compiler/rustc_codegen_ssa/src/codegen_attrs.rs",
242+
"compiler/rustc_passes/src/check_attr.rs",
243+
"compiler/rustc_attr_parsing",
244+
"compiler/rustc_attr_data_structures",
245+
"compiler/rustc_attr_validation",
246+
]
247+
239248
[autolabel."T-compiler"]
240249
trigger_files = [
241250
# Source code
@@ -1017,6 +1026,17 @@ cc = ["@ehuss"]
10171026
message = "The rustc-dev-guide subtree was changed. If this PR *only* touches the dev guide consider submitting a PR directly to [rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide/pulls) otherwise thank you for updating the dev guide with your changes."
10181027
cc = ["@BoxyUwU", "@jieyouxu", "@kobzol"]
10191028

1029+
[mentions."compiler/rustc_codegen_ssa/src/codegen_attrs.rs"]
1030+
cc = ["@jdonszelmann"]
1031+
[mentions."compiler/rustc_passes/src/check_attr.rs"]
1032+
cc = ["@jdonszelmann"]
1033+
[mentions."compiler/rustc_attr_parsing"]
1034+
cc = ["@jdonszelmann"]
1035+
[mentions."compiler/rustc_attr_data_structures"]
1036+
cc = ["@jdonszelmann"]
1037+
[mentions."compiler/rustc_attr_validation"]
1038+
cc = ["@jdonszelmann"]
1039+
10201040
[assign]
10211041
warn_non_default_branch.enable = true
10221042
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"

0 commit comments

Comments
 (0)