Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau

Fix Rust for Linux ping group label

Noticed in https://github.com/rust-lang/rust/pull/140966#issuecomment-2886704667. Seems like a broken label can cause the triagebot ping message to not be issued.

See https://github.com/rust-lang/triagebot/issues/1992.

```@rustbot``` label: +A-rust-for-linux
This commit is contained in:
León Orell Valerian Liehr
2025-05-18 11:03:48 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -1,9 +1,9 @@
# Rust for Linux notification group
**Github Label:** [O-rfl] <br>
**Github Label:** [A-rust-for-linux] <br>
**Ping command:** `@rustbot ping rfl`
[O-rfl]: https://github.com/rust-lang/rust/labels/O-rfl
[A-rust-for-linux]: https://github.com/rust-lang/rust/labels/A-rust-for-linux
This list will be used to notify [Rust for Linux (RfL)][rfl] maintainers
when the compiler or the standard library changes in a way that would
+1 -1
View File
@@ -133,7 +133,7 @@ In case it's useful, here are some [instructions] for tackling these sorts of is
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/rust-for-linux.html
"""
label = "O-rfl"
label = "A-rust-for-linux"
[ping.wasm]
alias = ["webassembly"]