Skip to content

Commit 75ddc24

Browse files
committed
Configure triagebot to accept codegen-{gcc,cranelift} ping groups
1 parent 30f168e commit 75ddc24

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

triagebot.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,20 @@ Hi relnotes-interest-group, this PR adds release notes. Could you review this PR
178178
if you have time? Thanks <3
179179
"""
180180

181+
[ping.codegen-gcc]
182+
alias = ["cg_gcc"]
183+
message = """\
184+
Hey gcc codegen backend team, this issue or PR could use some cg_gcc guidance.
185+
Could one of you take a look? Thanks <3
186+
"""
187+
188+
[ping.codegen-cranelift]
189+
alias = ["cranelift", "cg_cranelift", "cg_clif"]
190+
message = """\
191+
Hey cranelift codegen backend team, this issue or PR could use some cg_cranelift
192+
guidance. Could one of you take a look? Thanks <3
193+
"""
194+
181195
[prioritize]
182196
label = "I-prioritize"
183197

0 commit comments

Comments
 (0)