2019-04-15 16:52:59 -05:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2019-07-28 03:29:38 -05:00
|
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
2020-02-26 19:54:13 -06:00
|
|
|
"D-*",
|
2019-07-28 03:29:38 -05:00
|
|
|
"requires-nightly",
|
2019-04-15 16:52:59 -05:00
|
|
|
# I-* without I-nominated
|
2019-10-03 11:37:31 -05:00
|
|
|
"I-*", "!I-nominated",
|
2019-10-03 11:31:06 -05:00
|
|
|
"AsyncAwait-OnDeck",
|
2019-04-15 16:52:59 -05:00
|
|
|
]
|
2019-05-16 15:22:18 -05:00
|
|
|
|
|
|
|
[assign]
|
2019-10-17 13:15:59 -05:00
|
|
|
|
2020-05-25 01:07:55 -05:00
|
|
|
[glacier]
|
|
|
|
|
2019-10-17 15:53:47 -05:00
|
|
|
[ping.icebreakers-llvm]
|
2020-03-12 12:06:40 -05:00
|
|
|
alias = ["llvm", "llvms"]
|
2019-10-17 13:15:59 -05:00
|
|
|
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-09 17:01:58 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
|
2019-10-17 13:15:59 -05:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-LLVM"
|
2020-01-27 12:58:27 -06:00
|
|
|
|
|
|
|
[ping.icebreakers-cleanup-crew]
|
2020-03-19 09:38:31 -05:00
|
|
|
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
|
2020-01-27 12:58:27 -06:00
|
|
|
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-09 17:01:58 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
|
2020-01-27 12:58:27 -06:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-Cleanup-Crew"
|
2020-04-10 08:22:40 -05:00
|
|
|
|
2020-05-28 14:08:46 -05: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-12 13:33:18 -05:00
|
|
|
|
2020-06-09 19:19:26 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
|
2020-05-28 14:08:46 -05:00
|
|
|
"""
|
|
|
|
label = "O-windows"
|
|
|
|
|
2020-06-09 17:01:58 -05: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-12 13:33:18 -05:00
|
|
|
|
2020-06-09 19:19:26 -05:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
|
2020-06-09 17:01:58 -05:00
|
|
|
"""
|
|
|
|
label = "O-ARM"
|
|
|
|
|
2020-07-28 07:01:13 -05:00
|
|
|
[ping.risc-v]
|
|
|
|
message = """\
|
|
|
|
Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
|
|
|
|
In case it's useful, here are some [instructions] for tackling these sorts of
|
|
|
|
bugs. Maybe take a look?
|
|
|
|
Thanks! <3
|
|
|
|
|
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
|
|
|
|
"""
|
|
|
|
label = "O-riscv"
|
|
|
|
|
2020-04-10 08:22:40 -05:00
|
|
|
[prioritize]
|
|
|
|
label = "I-prioritize"
|
2020-06-11 12:21:09 -05:00
|
|
|
|
|
|
|
[autolabel."I-prioritize"]
|
|
|
|
trigger_labels = [
|
2020-06-09 15:58:32 -05:00
|
|
|
"regression-from-stable-to-stable",
|
|
|
|
"regression-from-stable-to-beta",
|
|
|
|
"regression-from-stable-to-nightly",
|
|
|
|
"I-unsound 💥",
|
|
|
|
]
|
2020-05-20 10:15:43 -05:00
|
|
|
exclude_labels = [
|
|
|
|
"P-*",
|
|
|
|
"T-infra",
|
|
|
|
"T-release",
|
2020-06-09 15:58:32 -05:00
|
|
|
"requires-nightly",
|
2020-05-20 10:15:43 -05:00
|
|
|
]
|
2020-06-11 12:21:09 -05:00
|
|
|
|
|
|
|
[notify-zulip."I-prioritize"]
|
2020-06-24 10:32:44 -05:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 12:21:09 -05:00
|
|
|
topic = "I-prioritize #{number} {title}"
|
2020-06-24 08:33:08 -05:00
|
|
|
message_on_add = """\
|
2020-06-24 10:36:17 -05:00
|
|
|
@*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
|
2020-06-24 08:33:08 -05:00
|
|
|
|
2020-07-20 14:29:58 -05:00
|
|
|
# [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
|
2020-06-24 08:33:08 -05:00
|
|
|
- Priority?
|
|
|
|
- Regression?
|
|
|
|
- Notify people/groups?
|
|
|
|
- Needs `I-nominated`?
|
|
|
|
"""
|
2020-06-11 12:21:09 -05:00
|
|
|
message_on_remove = "Issue #{number}'s prioritization request has been removed."
|