-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the implementation of CreateComment for Harness Code * Add the implementation of CreateComment for Harness Code
- Loading branch information
1 parent
9d3ec6b
commit 91387e9
Showing
5 changed files
with
182 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"id": 123, | ||
"created": 1708354973112, | ||
"updated": 1708354973112, | ||
"edited": 1708354973112, | ||
"parent_id": null, | ||
"repo_id": 123, | ||
"pullreq_id": 123, | ||
"order": 1, | ||
"sub_order": 0, | ||
"type": "comment", | ||
"kind": "comment", | ||
"text": "Comment to be created in the PR", | ||
"payload": {}, | ||
"metadata": null, | ||
"author": { | ||
"id": 1, | ||
"uid": "identifier", | ||
"display_name": "displayName", | ||
"email": "[email protected]", | ||
"type": "service", | ||
"created": 1695706039266, | ||
"updated": 1695706039266 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"ID": 123, | ||
"Body": "Comment to be created in the PR", | ||
"Author": { | ||
"ID": "1", | ||
"Login": "identifier", | ||
"Name": "displayName", | ||
"Email": "[email protected]", | ||
"Avatar": "", | ||
"Created": 1695706039266, | ||
"Updated": 1695706039266 | ||
}, | ||
"Created": 1708354973112, | ||
"Updated": 1708354973112 | ||
} |