We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6a017d + ab73bb2 commit d982d24Copy full SHA for d982d24
triagebot.toml
@@ -122,6 +122,19 @@ issues).
122
"""
123
label = "O-apple"
124
125
+# This ping group is meant for situations where a rustc/stdlib change breaks RfL.
126
+# In that case, we want to notify the RfL group.
127
+[ping.rust-for-linux]
128
+alias = ["rfl"]
129
+message = """\
130
+Hey Rust for Linux group! It looks like something broke the Rust for Linux integration.
131
+Could you try to take a look?
132
+In case it's useful, here are some [instructions] for tackling these sorts of issues.
133
+
134
+[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/rust-for-linux.html
135
+"""
136
+label = "O-rfl"
137
138
[prioritize]
139
label = "I-prioritize"
140
0 commit comments