Skip to content

Commit 125a354

Browse files
put comments back the way it was
1 parent cd21b7b commit 125a354

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/guides/custom-reports.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ Contained within the `<pr_details>` tag.
105105

106106
#### Comments
107107

108-
- `${pr_comments}`: array of comment objects - Contains all the comments made on the PR.
109-
- `${comment}`: object - Each individual comment is wrapped in this tag and is an object with the following properties:
110-
- `${comment_author_username}`: string - The username of the comment author.
111-
- `${comment_created_at}`: datetime - The date and time the comment was created.
112-
- `${comment_updated_at}`: datetime - The date and time the comment was last updated.
113-
- `${comment_body}`: markdown - The content of the comment.
108+
- `<pr_comments>`: array of comment objects - Contains all the comments made on the PR.
109+
- `<comment>`: object - Each indidvidual comment is wrapped in this tag and is an object with the following properties:
110+
- `<comment_author_username>`: string - The username of the comment author.
111+
- `<comment_created_at>`: datetime - The date and time the comment was created.
112+
- `<comment_updated_at>`: datetime - The date and time the comment was last updated.
113+
- `<comment_body>`: markdown - The content of the comment.
114114

115115
Here's an example prompt that uses these data points:
116116

0 commit comments

Comments
 (0)