Skip to content

Commit

Permalink
Don't relabel to a team if there is already a team label
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Feb 12, 2022
1 parent 9c3a3e3 commit a0d603f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions triagebot.toml
Expand Up @@ -113,6 +113,9 @@ trigger_files = [
"src/tools/rustdoc-js",
"src/tools/rustdoc-themes",
]
exclude_labels = [
"T-*",
]

[autolabel."T-compiler"]
trigger_files = [
Expand All @@ -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
Expand Down

0 comments on commit a0d603f

Please sign in to comment.