Skip to content

Commit deea067

Browse files
authored
Rollup merge of #142314 - cyrgani:icebreaker, r=jieyouxu
remove ice group pings from `triagebot.toml` Followup to rust-lang/team#1860. Question: should the https://github.com/rust-lang/rust/labels/ICEBreaker-Cleanup-Crew and https://github.com/rust-lang/rust/labels/ICEBreaker-LLVM labels be deleted too or not?
2 parents b29c9a3 + 296f9f2 commit deea067

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

triagebot.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,6 @@ remove_labels = ["S-waiting-on-author"]
4444
# Those labels are added when PR author requests a review from an assignee
4545
add_labels = ["S-waiting-on-review"]
4646

47-
[ping.icebreakers-llvm]
48-
message = """\
49-
Hey LLVM ICE-breakers! This bug has been identified as a good
50-
"LLVM ICE-breaking candidate". In case it's useful, here are some
51-
[instructions] for tackling these sorts of bugs. Maybe take a look?
52-
Thanks! <3
53-
54-
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
55-
"""
56-
label = "ICEBreaker-LLVM"
57-
58-
[ping.icebreakers-cleanup-crew]
59-
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
60-
message = """\
61-
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
62-
"Cleanup ICE-breaking candidate". In case it's useful, here are some
63-
[instructions] for tackling these sorts of bugs. Maybe take a look?
64-
Thanks! <3
65-
66-
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
67-
"""
68-
label = "ICEBreaker-Cleanup-Crew"
69-
7047
[ping.windows]
7148
message = """\
7249
Hey Windows Group! This bug has been identified as a good "Windows candidate".

0 commit comments

Comments
 (0)