2019-04-15 16:52:59 -05:00
|
|
|
[relabel]
|
|
|
|
allow-unauthenticated = [
|
2022-06-22 16:01:31 -05:00
|
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "I-*",
|
2020-02-26 19:54:13 -06:00
|
|
|
"D-*",
|
2021-11-04 07:35:10 -05:00
|
|
|
"needs-fcp",
|
2021-11-04 07:34:10 -05:00
|
|
|
"relnotes",
|
2019-07-28 03:29:38 -05:00
|
|
|
"requires-nightly",
|
2020-10-04 18:57:32 -05:00
|
|
|
"regression-*",
|
2021-07-01 07:56:24 -05:00
|
|
|
"perf-*",
|
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"
|
|
|
|
|
2022-03-03 17:33:05 -06:00
|
|
|
[ping.fuchsia]
|
|
|
|
message = """\
|
|
|
|
Hey friends of Fuchsia! This issue could use some guidance on how this should be
|
|
|
|
resolved/implemented on Fuchsia. Could one of you weigh in?
|
|
|
|
"""
|
|
|
|
label = "O-fuchsia"
|
|
|
|
|
2022-05-26 14:42:14 -05:00
|
|
|
[ping.macos]
|
|
|
|
message = """\
|
|
|
|
Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could one
|
|
|
|
of you weigh in? Thanks <3
|
|
|
|
"""
|
|
|
|
label = "O-macos"
|
|
|
|
|
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-10-09 16:10:44 -05:00
|
|
|
"regression-untriaged",
|
2020-06-09 15:58:32 -05:00
|
|
|
"regression-from-stable-to-stable",
|
|
|
|
"regression-from-stable-to-beta",
|
|
|
|
"regression-from-stable-to-nightly",
|
2021-06-01 11:26:42 -05:00
|
|
|
"I-unsound",
|
2020-06-09 15:58:32 -05:00
|
|
|
]
|
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
|
|
|
|
2021-12-11 18:51:07 -06:00
|
|
|
[autolabel."T-rustdoc"]
|
|
|
|
trigger_files = [
|
|
|
|
# Source code
|
|
|
|
"src/librustdoc",
|
|
|
|
"src/tools/rustdoc",
|
|
|
|
"src/rustdoc-json-types",
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
"src/test/rustdoc",
|
|
|
|
"src/test/rustdoc-ui",
|
|
|
|
"src/test/rustdoc-gui",
|
|
|
|
"src/test/rustdoc-js",
|
|
|
|
"src/test/rustdoc-js-std",
|
|
|
|
"src/test/rustdoc-json",
|
|
|
|
|
|
|
|
# Internal tooling
|
|
|
|
"src/etc/htmldocck.py",
|
|
|
|
"src/tools/jsondocck",
|
|
|
|
"src/tools/rustdoc-gui",
|
|
|
|
"src/tools/rustdoc-js",
|
|
|
|
"src/tools/rustdoc-themes",
|
|
|
|
]
|
2022-02-12 10:47:00 -06:00
|
|
|
exclude_labels = [
|
|
|
|
"T-*",
|
|
|
|
]
|
2021-12-11 18:51:07 -06:00
|
|
|
|
2021-12-11 20:03:52 -06:00
|
|
|
[autolabel."T-compiler"]
|
|
|
|
trigger_files = [
|
|
|
|
# Source code
|
|
|
|
"compiler",
|
|
|
|
|
|
|
|
# Tests
|
|
|
|
"src/test/ui",
|
|
|
|
]
|
2022-02-12 10:47:00 -06:00
|
|
|
exclude_labels = [
|
|
|
|
"T-*",
|
|
|
|
]
|
2021-12-11 20:03:52 -06:00
|
|
|
|
2022-04-12 12:48:56 -05:00
|
|
|
[autolabel."T-libs"]
|
|
|
|
trigger_files = [
|
|
|
|
"library/alloc",
|
|
|
|
"library/core",
|
|
|
|
"library/panic_abort",
|
|
|
|
"library/panic_unwind",
|
|
|
|
"library/std",
|
|
|
|
"library/stdarch",
|
|
|
|
"library/term",
|
|
|
|
"library/test",
|
|
|
|
]
|
|
|
|
exclude_labels = [
|
|
|
|
"T-*",
|
|
|
|
]
|
|
|
|
|
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-12-20 16:08:55 -06:00
|
|
|
topic = "#{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."
|
2020-12-30 19:22:10 -06:00
|
|
|
message_on_close = "Issue #{number} has been closed while requested for prioritization."
|
|
|
|
message_on_reopen = "Issue #{number} has been reopened."
|
2020-09-08 03:43:52 -05:00
|
|
|
|
2021-03-01 18:33:47 -06:00
|
|
|
[notify-zulip."T-rustdoc"]
|
|
|
|
required_labels = ["I-nominated"]
|
|
|
|
zulip_stream = 266220 # #rustdoc
|
|
|
|
topic = "nominated: #{number}"
|
|
|
|
message_on_add = """\
|
|
|
|
@*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
|
|
|
|
"""
|
|
|
|
message_on_remove = "Issue #{number}'s nomination request has been removed."
|
|
|
|
|
2022-06-03 09:08:17 -05:00
|
|
|
[notify-zulip."I-types-nominated"]
|
|
|
|
zulip_stream = 326866 # #T-types/nominated
|
|
|
|
topic = "#{number}: {title}"
|
|
|
|
message_on_add = """\
|
|
|
|
@*T-types* issue #{number} "{title}" has been nominated for team discussion.
|
|
|
|
"""
|
|
|
|
message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!"
|
|
|
|
message_on_close = "Issue #{number} has been closed. Thanks for participating!"
|
|
|
|
message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
|
|
|
|
|
2021-07-26 04:38:46 -05:00
|
|
|
[notify-zulip."A-edition-2021"]
|
|
|
|
required_labels = ["C-bug"]
|
2021-07-26 03:31:28 -05:00
|
|
|
zulip_stream = 268952 # #edition 2021
|
|
|
|
topic = "Edition Bugs"
|
|
|
|
message_on_add = """\
|
|
|
|
Issue #{number} "{title}" has been added.
|
|
|
|
"""
|
|
|
|
|
2020-09-08 03:43:52 -05:00
|
|
|
[github-releases]
|
|
|
|
format = "rustc"
|
|
|
|
project-name = "Rust"
|
|
|
|
changelog-path = "RELEASES.md"
|
|
|
|
changelog-branch = "master"
|
2021-07-18 14:52:18 -05:00
|
|
|
|
|
|
|
[shortcut]
|