You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #98636 - ehuss:mentions-wrapping, r=Mark-Simulacrum
Triagebot: Fix mentions word wrapping.
I forgot that GitHub's markdown treats newlines as hard breaks. This was causing some ugly-looking word wrapping in the triagebot mention messages. This fixes it so that the lines are not hard-wrapped.
or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29)
267
-
if you haven't already. If you're unsure where your change falls no worries,
268
-
just leave it as is and the reviewer will take a look and make a decision to
261
+
If this PR contains changes to any `rust-lang/rust` public library APIs then \
262
+
please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
263
+
appropriately. If this PR contains changes to any unstable APIs please edit \
264
+
the PR description to add a link to the relevant [API Change \
or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) \
267
+
if you haven't already. If you're unsure where your change falls no worries, \
268
+
just leave it as is and the reviewer will take a look and make a decision to \
269
269
forward on if necessary.
270
270
271
271
Examples of `T-libs-api` changes:
272
272
273
273
* Stabilizing library features
274
-
* Introducing insta-stable changes such as new implementations of existing
274
+
* Introducing insta-stable changes such as new implementations of existing \
275
275
stable traits on existing stable types
276
-
* Introducing new or changing existing unstable library APIs (excluding
276
+
* Introducing new or changing existing unstable library APIs (excluding \
277
277
permanently unstable features / features without a tracking issue)
278
278
* Changing public documentation in ways that create new stability guarantees
279
279
* Changing observable runtime behavior of library APIs
@@ -300,8 +300,8 @@ cc = ["@Cldfire"]
300
300
301
301
[mentions."src/rustdoc-json-types"]
302
302
message = """
303
-
rustdoc-json-types is a **public** (although nightly-only) API.
304
-
If possible, consider changing `src/librustdoc/json/conversions.rs`;
303
+
rustdoc-json-types is a **public** (although nightly-only) API. \
304
+
If possible, consider changing `src/librustdoc/json/conversions.rs`; \
305
305
otherwise, make sure you bump the `FORMAT_VERSION` constant.
0 commit comments