Skip to content

Commit

Permalink
Rollup merge of #93944 - jackh726:team-exclude, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Don't relabel to a team if there is already a team label

Should prevent cases like #93628, where teams have been manually assigned, but changes are pushed. We give up adding new labels on *new* changes; but I feel like that is less frequent.

r? `@Mark-Simulacrum`
  • Loading branch information
matthiaskrgr authored Feb 13, 2022
2 parents dff7d51 + a0d603f commit 20ea5c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
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 20ea5c5

Please sign in to comment.