Skip to content

Commit

Permalink
fix URLs, include ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 9, 2020
1 parent 474b16b commit e0ec3d5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions triagebot.toml
Expand Up @@ -20,7 +20,7 @@ Hey LLVM ICE-breakers! This bug has been identified as a good
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
"""
label = "ICEBreaker-LLVM"

Expand All @@ -32,7 +32,7 @@ Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
"""
label = "ICEBreaker-Cleanup-Crew"

Expand All @@ -46,6 +46,16 @@ Thanks! <3
"""
label = "O-windows"

[ping.arm]
message = """\
Hey ARM Group! This bug has been identified as a good "ARM candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
Thanks! <3
[instructions]: https://rust-lang.github.io/rustc-guide/notification-groups/arm.html
"""
label = "O-ARM"

[prioritize]
label = "I-prioritize"
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
Expand Down

0 comments on commit e0ec3d5

Please sign in to comment.