mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:55:31 +00:00
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
c7e2e88da0
@ -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
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user