2019-04-15 23:52:59 +02:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2019-07-28 10:29:38 +02:00
|
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
2020-02-27 02:54:13 +01:00
|
|
|
"D-*",
|
2019-07-28 10:29:38 +02:00
|
|
|
"requires-nightly",
|
2019-04-15 23:52:59 +02:00
|
|
|
# I-* without I-nominated
|
2019-10-03 18:37:31 +02:00
|
|
|
"I-*", "!I-nominated",
|
2019-10-03 18:31:06 +02:00
|
|
|
"AsyncAwait-OnDeck",
|
2019-04-15 23:52:59 +02:00
|
|
|
]
|
2019-05-16 22:22:18 +02:00
|
|
|
|
|
|
|
[assign]
|
2019-10-17 20:15:59 +02:00
|
|
|
|
2020-05-25 08:07:55 +02:00
|
|
|
[glacier]
|
|
|
|
|
2019-10-17 22:53:47 +02:00
|
|
|
[ping.icebreakers-llvm]
|
2020-03-12 18:06:40 +01:00
|
|
|
alias = ["llvm", "llvms"]
|
2019-10-17 20:15:59 +02: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-10 00:01:58 +02:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
|
2019-10-17 20:15:59 +02:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-LLVM"
|
2020-01-27 19:58:27 +01:00
|
|
|
|
|
|
|
[ping.icebreakers-cleanup-crew]
|
2020-03-19 15:38:31 +01:00
|
|
|
alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
|
2020-01-27 19:58:27 +01: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-10 00:01:58 +02:00
|
|
|
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
|
2020-01-27 19:58:27 +01:00
|
|
|
"""
|
|
|
|
label = "ICEBreaker-Cleanup-Crew"
|
2020-04-10 15:22:40 +02:00
|
|
|
|
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-12 20:33:18 +02:00
|
|
|
|
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-12 20:33:18 +02:00
|
|
|
|
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"
|
|
|
|
|
2020-04-10 15:22:40 +02:00
|
|
|
[prioritize]
|
|
|
|
label = "I-prioritize"
|
2020-06-11 19:21:09 +02:00
|
|
|
|
|
|
|
[autolabel."I-prioritize"]
|
|
|
|
trigger_labels = [
|
2020-06-09 22:58:32 +02:00
|
|
|
"regression-from-stable-to-stable",
|
|
|
|
"regression-from-stable-to-beta",
|
|
|
|
"regression-from-stable-to-nightly",
|
|
|
|
"I-unsound 💥",
|
|
|
|
]
|
2020-05-20 17:15:43 +02:00
|
|
|
exclude_labels = [
|
|
|
|
"P-*",
|
|
|
|
"T-infra",
|
|
|
|
"T-release",
|
2020-06-09 22:58:32 +02:00
|
|
|
"requires-nightly",
|
2020-05-20 17:15:43 +02:00
|
|
|
]
|
2020-06-11 19:21:09 +02:00
|
|
|
|
|
|
|
[notify-zulip."I-prioritize"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "I-prioritize #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#Unprioritized-I-prioritize)
|
|
|
|
- Priority?
|
|
|
|
- Regression?
|
|
|
|
- Notify people/groups?
|
|
|
|
- Needs `I-nominated`?
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
message_on_remove = "Issue #{number}'s prioritization request has been removed."
|
|
|
|
|
|
|
|
[notify-zulip."I-nominated"]
|
|
|
|
required_labels = ["T-compiler"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-29 18:06:15 +02:00
|
|
|
topic = "I-nominated #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* #{number} has been nominated for discussion in `T-compiler` meeting.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#I-nominated)
|
|
|
|
- Already discussed?
|
|
|
|
- Worth the meeting time?
|
|
|
|
- Add agenda entry:
|
|
|
|
- Why nominated?
|
|
|
|
- Assignee?
|
|
|
|
- Issue? PR? What's the status?
|
|
|
|
- Summary and important details?
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
message_on_remove = "#{number}'s nomination has been removed."
|
|
|
|
|
|
|
|
[notify-zulip."beta-nominated"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "Backport #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* PR #{number} has been requested for beta backport.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#StableBeta-nominations)
|
|
|
|
Prepare agenda entry:
|
|
|
|
- Why nominated?
|
|
|
|
- Author, assignee?
|
|
|
|
- Important details?
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
message_on_remove = "PR #{number}'s beta backport request has been removed."
|
|
|
|
|
|
|
|
[notify-zulip."stable-nominated"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "Backport #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* PR #{number} has been requested for stable backport.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#StableBeta-nominations)
|
|
|
|
Prepare agenda entry:
|
|
|
|
- Why nominated?
|
|
|
|
- Author, assignee?
|
|
|
|
- Important details?
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
message_on_remove = "PR #{number}'s stable backport request has been removed."
|
|
|
|
|
|
|
|
[notify-zulip."S-waiting-on-team"]
|
|
|
|
required_labels = ["T-compiler"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "S-waiting-on-team #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* PR #{number} is waiting on `T-compiler`.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#PR%E2%80%99s-waiting-on-team)
|
|
|
|
- Prepare agenda entry:
|
|
|
|
- What is it waiting for?
|
|
|
|
- Important details?
|
|
|
|
- Could be resolved quickly? Tag `I-nominated`.
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
|
|
|
|
|
|
|
|
[notify-zulip."P-critical"]
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "P-critical #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* issue #{number} has been assigned `P-critical`.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#P-critical-and-Unassigned-P-high-regressions)
|
|
|
|
- Notify people/groups?
|
|
|
|
- Assign if possible?
|
|
|
|
- Add to agenda:
|
|
|
|
- Assignee?
|
|
|
|
- Summary and important details?
|
|
|
|
- Other actions to move forward?
|
|
|
|
"""
|
2020-06-11 19:21:09 +02:00
|
|
|
|
|
|
|
[notify-zulip."P-high"]
|
2020-06-21 18:09:58 +02:00
|
|
|
required_labels = ["regression-from-stable-to-[bn]*"] # only nightly and beta regressions
|
2020-06-24 17:32:44 +02:00
|
|
|
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
|
2020-06-11 19:21:09 +02:00
|
|
|
topic = "P-high regression #{number} {title}"
|
2020-06-24 15:33:08 +02:00
|
|
|
message_on_add = """\
|
2020-06-24 17:36:17 +02:00
|
|
|
@*WG-prioritization/alerts* issue #{number} has been assigned `P-high` and is a regression.
|
2020-06-24 15:33:08 +02:00
|
|
|
|
|
|
|
# [Procedure](https://hackmd.io/WJ0G17DHTHGgv0OW9I2PxA?view#P-critical-and-Unassigned-P-high-regressions)
|
|
|
|
Is issue assigned? If not:
|
|
|
|
- Try to find an assignee?
|
|
|
|
- Otherwise add to agenda:
|
|
|
|
- Mark as unassigned.
|
|
|
|
- Summary and important details?
|
|
|
|
"""
|