Skip to content

Commit 1799f5f

Browse files
committed
triagebot: Better message for changes to tests/rustdoc-json
1 parent 1a95cc6 commit 1799f5f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

triagebot.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,15 @@ message = "This PR changes how GCC is built. Consider updating src/bootstrap/dow
10011001
message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
10021002

10031003
[mentions."tests/rustdoc-json"]
1004-
cc = ["@aDotInTheVoid"]
1004+
message = """
1005+
These commits modify `test/rustdoc-json`.
1006+
rustdoc-json is a **public** (but unstable) interface.
1007+
1008+
Please ensure that if you've changed the output:
1009+
- It's intentional.
1010+
- The `FORMAT_VERSION` in `src/librustdoc-json-types` is bumped if necessary.
1011+
"""
1012+
cc = ["@aDotInTheVoid", "@obi1kenobi"]
10051013

10061014
[mentions."tests/ui/deriving/deriving-all-codegen.stdout"]
10071015
message = "Changes to the code generated for builtin derived traits."

0 commit comments

Comments
 (0)