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:
commit
57af1ce1f0
|
|
@ -1,9 +1,9 @@
|
||||||
# Rust for Linux notification group
|
# Rust for Linux notification group
|
||||||
|
|
||||||
**Github Label:** [O-rfl] <br>
|
**Github Label:** [A-rust-for-linux] <br>
|
||||||
**Ping command:** `@rustbot ping rfl`
|
**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
|
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
|
when the compiler or the standard library changes in a way that would
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue