rust/triagebot.toml

120 lines
4.0 KiB
TOML
Raw Normal View History

[relabel]
allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
2020-02-27 02:54:13 +01:00
"D-*",
"requires-nightly",
# I-* without I-nominated
"I-*", "!I-nominated",
"AsyncAwait-OnDeck",
]
2019-05-16 22:22:18 +02:00
[assign]
2020-05-25 08:07:55 +02:00
[glacier]
[ping.icebreakers-llvm]
2020-03-12 18:06:40 +01:00
alias = ["llvm", "llvms"]
message = """\
Hey LLVM ICE-breakers! This bug has been identified as a good
"LLVM ICE-breaking candidate". In case it's useful, here are some
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
2020-06-10 00:01:58 +02:00
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
"""
label = "ICEBreaker-LLVM"
[ping.icebreakers-cleanup-crew]
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
message = """\
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
"Cleanup ICE-breaking candidate". In case it's useful, here are some
[instructions] for tackling these sorts of bugs. Maybe take a look?
Thanks! <3
2020-06-10 00:01:58 +02:00
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
"""
label = "ICEBreaker-Cleanup-Crew"
2020-05-28 21:08:46 +02:00
[ping.windows]
message = """\
Hey Windows Group! This bug has been identified as a good "Windows candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
Thanks! <3
2020-06-10 02:19:26 +02:00
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
2020-05-28 21:08:46 +02:00
"""
label = "O-windows"
2020-06-10 00:01:58 +02:00
[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
2020-06-10 02:19:26 +02:00
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
2020-06-10 00:01:58 +02:00
"""
label = "O-ARM"
[prioritize]
label = "I-prioritize"
[autolabel."I-prioritize"]
trigger_labels = [
"regression-from-stable-to-stable",
"regression-from-stable-to-beta",
"regression-from-stable-to-nightly",
"I-unsound 💥",
]
exclude_labels = [
"P-*",
"T-infra",
"T-release",
"requires-nightly",
]
[notify-zulip."I-prioritize"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "I-prioritize #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* issue #{number} has been requested for prioritization."
message_on_remove = "Issue #{number}'s prioritization request has been removed."
[notify-zulip."I-nominated"]
required_labels = ["T-compiler"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "I-prioritize #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* #{number} has been nominated for discussion in `T-compiler` meeting."
message_on_remove = "#{number}'s nomination has been removed."
[notify-zulip."beta-nominated"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "Backport #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* PR #{number} has been requested for beta backport."
message_on_remove = "PR #{number}'s beta backport request has been removed."
[notify-zulip."stable-nominated"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "Backport #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* PR #{number} has been requested for stable backport."
message_on_remove = "PR #{number}'s stable backport request has been removed."
[notify-zulip."S-waiting-on-team"]
required_labels = ["T-compiler"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "S-waiting-on-team #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* PR #{number} is waiting on `T-compiler`."
message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
[notify-zulip."P-critical"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "P-critical #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-critical`."
[notify-zulip."P-high"]
required_labels = ["regression-from-stable-to-*"]
zulip_stream = 227806 # #t-compiler/wg-prioritization
topic = "P-high regression #{number} {title}"
2020-06-12 10:40:41 +02:00
message_on_add = "@*WG-prioritization* issue #{number} has been assigned `P-high` and is a regression."