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