Skip to content

Commit cf4f0ac

Browse files
authored
Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau
Fix Rust for Linux ping group label Noticed in #140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. `@rustbot` label: +A-rust-for-linux
2 parents a94cf15 + 2dddbd1 commit cf4f0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/rustc-dev-guide/src/notification-groups/rust-for-linux.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Rust for Linux notification group
22

3-
**Github Label:** [O-rfl] <br>
3+
**Github Label:** [A-rust-for-linux] <br>
44
**Ping command:** `@rustbot ping rfl`
55

6-
[O-rfl]: https://github.com/rust-lang/rust/labels/O-rfl
6+
[A-rust-for-linux]: https://github.com/rust-lang/rust/labels/A-rust-for-linux
77

88
This list will be used to notify [Rust for Linux (RfL)][rfl] maintainers
99
when the compiler or the standard library changes in a way that would

triagebot.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In case it's useful, here are some [instructions] for tackling these sorts of is
133133
134134
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/rust-for-linux.html
135135
"""
136-
label = "O-rfl"
136+
label = "A-rust-for-linux"
137137

138138
[ping.wasm]
139139
alias = ["webassembly"]

0 commit comments

Comments
 (0)