Skip to content

Commit 19f99a2

Browse files
committed
Update README
1 parent 7758959 commit 19f99a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,14 @@ The following sets of tools are available:
10591059
- `startSide`: For multi-line comments, the starting side of the diff that the comment applies to. LEFT indicates the previous state, RIGHT indicates the new state (string, optional)
10601060
- `subjectType`: The level at which the comment is targeted (string, required)
10611061

1062+
- **add_reply_to_pull_request_comment** - Add reply to a pull request comment
1063+
- **Required OAuth Scopes**: `repo`
1064+
- `body`: The text of the reply (string, required)
1065+
- `commentId`: The ID of the comment to reply to (string, required)
1066+
- `owner`: Repository owner (string, required)
1067+
- `pullNumber`: Pull request number (number, required)
1068+
- `repo`: Repository name (string, required)
1069+
10621070
- **create_pull_request** - Open new pull request
10631071
- **Required OAuth Scopes**: `repo`
10641072
- `base`: Branch to merge into (string, required)

0 commit comments

Comments
 (0)