Skip to content

Commit

Permalink
Rollup merge of rust-lang#125375 - Kobzol:triagebot-rfl-ping-group, r…
Browse files Browse the repository at this point in the history
…=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).
  • Loading branch information
matthiaskrgr committed May 25, 2024
2 parents 7208381 + ab73bb2 commit a0b7e92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,19 @@ issues).
"""
label = "O-apple"

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

[prioritize]
label = "I-prioritize"

Expand Down

0 comments on commit a0b7e92

Please sign in to comment.