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