We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3a3e3 commit a0d603fCopy full SHA for a0d603f
triagebot.toml
@@ -113,6 +113,9 @@ trigger_files = [
113
"src/tools/rustdoc-js",
114
"src/tools/rustdoc-themes",
115
]
116
+exclude_labels = [
117
+ "T-*",
118
+]
119
120
[autolabel."T-compiler"]
121
trigger_files = [
@@ -122,6 +125,9 @@ trigger_files = [
122
125
# Tests
123
126
"src/test/ui",
124
127
128
129
130
131
132
[notify-zulip."I-prioritize"]
133
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
0 commit comments