mirror of https://github.com/rust-lang/rust.git
Don't relabel to a team if there is already a team label
This commit is contained in:
parent
9c3a3e3d5b
commit
a0d603f6e8
|
@ -113,6 +113,9 @@ trigger_files = [
|
|||
"src/tools/rustdoc-js",
|
||||
"src/tools/rustdoc-themes",
|
||||
]
|
||||
exclude_labels = [
|
||||
"T-*",
|
||||
]
|
||||
|
||||
[autolabel."T-compiler"]
|
||||
trigger_files = [
|
||||
|
@ -122,6 +125,9 @@ trigger_files = [
|
|||
# Tests
|
||||
"src/test/ui",
|
||||
]
|
||||
exclude_labels = [
|
||||
"T-*",
|
||||
]
|
||||
|
||||
[notify-zulip."I-prioritize"]
|
||||
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
||||
|
|
Loading…
Reference in New Issue