]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #87185 - waterlens:issue-86499-fix, r=Mark-Simulacrum
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
4     "D-*",
5     "requires-nightly",
6     "regression-*",
7     "perf-*",
8     # I-* without I-nominated
9     "I-*", "!I-nominated",
10     "AsyncAwait-OnDeck",
11 ]
12
13 [assign]
14
15 [glacier]
16
17 [ping.icebreakers-llvm]
18 alias = ["llvm", "llvms"]
19 message = """\
20 Hey LLVM ICE-breakers! This bug has been identified as a good
21 "LLVM ICE-breaking candidate". In case it's useful, here are some
22 [instructions] for tackling these sorts of bugs. Maybe take a look?
23 Thanks! <3
24
25 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
26 """
27 label = "ICEBreaker-LLVM"
28
29 [ping.icebreakers-cleanup-crew]
30 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
31 message = """\
32 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
33 "Cleanup ICE-breaking candidate". In case it's useful, here are some
34 [instructions] for tackling these sorts of bugs. Maybe take a look?
35 Thanks! <3
36
37 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
38 """
39 label = "ICEBreaker-Cleanup-Crew"
40
41 [ping.windows]
42 message = """\
43 Hey Windows Group! This bug has been identified as a good "Windows candidate".
44 In case it's useful, here are some [instructions] for tackling these sorts of
45 bugs. Maybe take a look?
46 Thanks! <3
47
48 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
49 """
50 label = "O-windows"
51
52 [ping.arm]
53 message = """\
54 Hey ARM Group! This bug has been identified as a good "ARM candidate".
55 In case it's useful, here are some [instructions] for tackling these sorts of
56 bugs. Maybe take a look?
57 Thanks! <3
58
59 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
60 """
61 label = "O-ARM"
62
63 [ping.risc-v]
64 message = """\
65 Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
66 In case it's useful, here are some [instructions] for tackling these sorts of
67 bugs. Maybe take a look?
68 Thanks! <3
69
70 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
71 """
72 label = "O-riscv"
73
74 [prioritize]
75 label = "I-prioritize"
76
77 [autolabel."I-prioritize"]
78 trigger_labels = [
79     "regression-untriaged",
80     "regression-from-stable-to-stable",
81     "regression-from-stable-to-beta",
82     "regression-from-stable-to-nightly",
83     "I-unsound",
84 ]
85 exclude_labels = [
86     "P-*",
87     "T-infra",
88     "T-release",
89     "requires-nightly",
90 ]
91
92 [notify-zulip."I-prioritize"]
93 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
94 topic = "#{number} {title}"
95 message_on_add = """\
96 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
97
98 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
99 - Priority?
100 - Regression?
101 - Notify people/groups?
102 - Needs `I-nominated`?
103 """
104 message_on_remove = "Issue #{number}'s prioritization request has been removed."
105
106 [notify-zulip."T-rustdoc"]
107 required_labels = ["I-nominated"]
108 zulip_stream = 266220 # #rustdoc
109 topic = "nominated: #{number}"
110 message_on_add = """\
111 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
112 """
113 message_on_remove = "Issue #{number}'s nomination request has been removed."
114
115 [github-releases]
116 format = "rustc"
117 project-name = "Rust"
118 changelog-path = "RELEASES.md"
119 changelog-branch = "master"
120
121 [shortcut]