Skip to content

Commit 57af1ce

Browse files
authored
Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau
Fix Rust for Linux ping group label Noticed in rust-lang/rust#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 7e9ba55 + 2ef17aa commit 57af1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/notification-groups/rust-for-linux.md

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)