File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 31
31
"type" : " User" ,
32
32
"site_admin" : false
33
33
},
34
- "body" : " PR review comment example" ,
34
+ "body" : " PR review comment example with <escaped & characters> " ,
35
35
"created_at" : " 2020-05-25T07:37:52Z" ,
36
36
"updated_at" : " 2020-05-25T07:38:26Z" ,
37
37
"html_url" : " https://github.com/xinyuluo/pr_test/pull/4#discussion_r429778584" ,
Original file line number Diff line number Diff line change @@ -403,7 +403,8 @@ will notify #aa-git
403
403
"color": "#ccc",
404
404
"pretext":
405
405
"<https://github.com/xinyuluo/pr_test|[xinyuluo/pr_test]> *xinyuluo* commented on #4 <https://github.com/xinyuluo/pr_test/pull/4|README update>",
406
- "text": "PR review comment example",
406
+ "text":
407
+ "PR review comment example with <escaped & characters>",
407
408
"footer":
408
409
"New comment by xinyuluo in <https://github.com/xinyuluo/pr_test/pull/4#discussion_r429778584|README.md>"
409
410
}
@@ -419,7 +420,8 @@ will notify #backend
419
420
"color": "#ccc",
420
421
"pretext":
421
422
"<https://github.com/xinyuluo/pr_test|[xinyuluo/pr_test]> *xinyuluo* commented on #4 <https://github.com/xinyuluo/pr_test/pull/4|README update>",
422
- "text": "PR review comment example",
423
+ "text":
424
+ "PR review comment example with <escaped & characters>",
423
425
"footer":
424
426
"New comment by xinyuluo in <https://github.com/xinyuluo/pr_test/pull/4#discussion_r429778584|README.md>"
425
427
}
You can’t perform that action at this time.
0 commit comments