about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Dönszelmann <jonathan@donsz.nl>2025-02-06 14:31:41 +0100
committerJonathan Dönszelmann <jonathan@donsz.nl>2025-02-06 14:31:41 +0100
commit14fb5efb2b4cc3cab95339260c25d5be163ac2d7 (patch)
treefb079bc60a861e808e86ed852e8f878710be7329
parent59588250ad973ce69bd15879314c9769e65f36b3 (diff)
downloadrust-14fb5efb2b4cc3cab95339260c25d5be163ac2d7.tar.gz
rust-14fb5efb2b4cc3cab95339260c25d5be163ac2d7.zip
ping me for attribute-related changes
-rw-r--r--triagebot.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 49cf1213987..3caf4e9fb1e 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -236,6 +236,15 @@ trigger_files = [
     "src/tools/jsondoclint",
 ]
 
+[autolabel."A-attributes"]
+trigger_files = [
+    "compiler/rustc_codegen_ssa/src/codegen_attrs.rs",
+    "compiler/rustc_passes/src/check_attr.rs",
+    "compiler/rustc_attr_parsing",
+    "compiler/rustc_attr_data_structures",
+    "compiler/rustc_attr_validation",
+]
+
 [autolabel."T-compiler"]
 trigger_files = [
     # Source code
@@ -1017,6 +1026,17 @@ cc = ["@ehuss"]
 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."
 cc = ["@BoxyUwU", "@jieyouxu", "@kobzol"]
 
+[mentions."compiler/rustc_codegen_ssa/src/codegen_attrs.rs"]
+cc = ["@jdonszelmann"]
+[mentions."compiler/rustc_passes/src/check_attr.rs"]
+cc = ["@jdonszelmann"]
+[mentions."compiler/rustc_attr_parsing"]
+cc = ["@jdonszelmann"]
+[mentions."compiler/rustc_attr_data_structures"]
+cc = ["@jdonszelmann"]
+[mentions."compiler/rustc_attr_validation"]
+cc = ["@jdonszelmann"]
+
 [assign]
 warn_non_default_branch.enable = true
 contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"