Skip to content

Commit a0d603f

Browse files
committed
Don't relabel to a team if there is already a team label
1 parent 9c3a3e3 commit a0d603f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

triagebot.toml

+6
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ trigger_files = [
113113
"src/tools/rustdoc-js",
114114
"src/tools/rustdoc-themes",
115115
]
116+
exclude_labels = [
117+
"T-*",
118+
]
116119

117120
[autolabel."T-compiler"]
118121
trigger_files = [
@@ -122,6 +125,9 @@ trigger_files = [
122125
# Tests
123126
"src/test/ui",
124127
]
128+
exclude_labels = [
129+
"T-*",
130+
]
125131

126132
[notify-zulip."I-prioritize"]
127133
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts

0 commit comments

Comments
 (0)