Skip to content

Commit a0b7e92

Browse files
authored
Rollup merge of rust-lang#125375 - Kobzol:triagebot-rfl-ping-group, r=Mark-Simulacrum
Create a triagebot ping group for Rust for Linux Corresponding rustc-dev-guide PR [here](rust-lang/rustc-dev-guide#1984). Discussed on [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Testing.20Rust.20for.20Linux.20in.20our.20CI).
2 parents 7208381 + ab73bb2 commit a0b7e92

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

triagebot.toml

+13
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,19 @@ issues).
122122
"""
123123
label = "O-apple"
124124

125+
# This ping group is meant for situations where a rustc/stdlib change breaks RfL.
126+
# In that case, we want to notify the RfL group.
127+
[ping.rust-for-linux]
128+
alias = ["rfl"]
129+
message = """\
130+
Hey Rust for Linux group! It looks like something broke the Rust for Linux integration.
131+
Could you try to take a look?
132+
In case it's useful, here are some [instructions] for tackling these sorts of issues.
133+
134+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/rust-for-linux.html
135+
"""
136+
label = "O-rfl"
137+
125138
[prioritize]
126139
label = "I-prioritize"
127140

0 commit comments

Comments
 (0)