Skip to content

Commit b37c84c

Browse files
committed
feat: add ThreadID field to PullRequestReviewWriteParams
1 parent 1820a0f commit b37c84c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/github/pullrequests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ type PullRequestReviewWriteParams struct {
13191319
Body string
13201320
Event string
13211321
CommitID *string
1322+
ThreadID string
13221323
}
13231324

13241325
func PullRequestReviewWrite(t translations.TranslationHelperFunc) inventory.ServerTool {

0 commit comments

Comments
 (0)