File tree 1 file changed +6
-6
lines changed
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.
105
105
106
106
#### Comments
107
107
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.
114
114
115
115
Here's an example prompt that uses these data points:
116
116
You can’t perform that action at this time.
0 commit comments