mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
Don't relabel to a team if there is already a team label
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user