]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #73254 - jyn514:local-def-id-comment, r=lcnr
[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 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
46 """
47 label = "O-windows"
48
49 [ping.arm]
50 message = """\
51 Hey ARM Group! This bug has been identified as a good "ARM candidate".
52 In case it's useful, here are some [instructions] for tackling these sorts of
53 bugs. Maybe take a look?
54 Thanks! <3
55 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
56 """
57 label = "O-ARM"
58
59 [prioritize]
60 label = "I-prioritize"
61
62 [autolabel."I-prioritize"]
63 trigger_labels = [
64     "regression-from-stable-to-stable",
65     "regression-from-stable-to-beta",
66     "regression-from-stable-to-nightly",
67     "I-unsound ðŸ’¥",
68 ]
69 exclude_labels = [
70     "P-*",
71     "T-infra",
72     "T-release",
73     "requires-nightly",
74 ]
75
76 [notify-zulip."I-prioritize"]
77 zulip_stream = 227806 # #t-compiler/wg-prioritization
78 topic = "I-prioritize #{number} {title}"
79 message_on_add = "@**WG-prioritization** issue #{number} has been requested for prioritization."
80 message_on_remove = "Issue #{number}'s prioritization request has been removed."
81
82 [notify-zulip."I-nominated"]
83 required_labels = ["T-compiler"]
84 zulip_stream = 227806 # #t-compiler/wg-prioritization
85 topic = "I-prioritize #{number} {title}"
86 message_on_add = "@**WG-prioritization** #{number} has been nominated for discussion in `T-compiler` meeting."
87 message_on_remove = "#{number}'s nomination has been removed."
88
89 [notify-zulip."beta-nominated"]
90 zulip_stream = 227806 # #t-compiler/wg-prioritization
91 topic = "Backport #{number} {title}"
92 message_on_add = "@**WG-prioritization** PR #{number} has been requested for beta backport."
93 message_on_remove = "PR #{number}'s beta backport request has been removed."
94
95 [notify-zulip."stable-nominated"]
96 zulip_stream = 227806 # #t-compiler/wg-prioritization
97 topic = "Backport #{number} {title}"
98 message_on_add = "@**WG-prioritization** PR #{number} has been requested for stable backport."
99 message_on_remove = "PR #{number}'s stable backport request has been removed."
100
101 [notify-zulip."S-waiting-on-team"]
102 required_labels = ["T-compiler"]
103 zulip_stream = 227806 # #t-compiler/wg-prioritization
104 topic = "S-waiting-on-team #{number} {title}"
105 message_on_add = "@**WG-prioritization** PR #{number} is waiting on `T-compiler`."
106 message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
107
108 [notify-zulip."P-critical"]
109 zulip_stream = 227806 # #t-compiler/wg-prioritization
110 topic = "P-critical #{number} {title}"
111 message_on_add = "@**WG-prioritization** issue #{number} has been assigned `P-critical`."
112
113 [notify-zulip."P-high"]
114 required_labels = ["regression-from-stable-to-*"]
115 zulip_stream = 227806 # #t-compiler/wg-prioritization
116 topic = "P-high regression #{number} {title}"
117 message_on_add = "@**WG-prioritization** issue #{number} has been assigned `P-high` and is a regression."