This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
115115Here's an example prompt that uses these data points:
116116
You can’t perform that action at this time.
0 commit comments