You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**add_issue_comment** - Add comment to issue or pull request
895
-
-**Required OAuth Scopes**: `repo`
895
+
-**Required OAuth Scopes**: `public_repo`
896
+
-**Accepted OAuth Scopes**: `public_repo`, `repo`
896
897
-`body`: Comment content. Required unless reaction is provided. (string, optional)
897
898
-`comment_id`: The numeric ID of the issue or pull request comment to react to. Use this for reactions to comments; omit it to react to the issue or pull request itself. Cannot be combined with body. (integer, optional)
898
899
-`issue_number`: Issue or pull request number to comment on or react to. (number, required)
@@ -923,7 +924,8 @@ The following sets of tools are available:
923
924
-`repo`: The name of the repository (string, required)
924
925
925
926
-**issue_write** - Create or update issue/pull request
926
-
-**Required OAuth Scopes**: `repo`
927
+
-**Required OAuth Scopes**: `public_repo`
928
+
-**Accepted OAuth Scopes**: `public_repo`, `repo`
927
929
-`assignees`: Usernames to assign to this issue (string[], optional)
928
930
-`body`: Issue body content (string, optional)
929
931
-`duplicate_of`: Issue number that this issue is a duplicate of. Required when state_reason is 'duplicate'. (number, optional)
@@ -1173,7 +1175,8 @@ The following sets of tools are available:
1173
1175
-`repo`: Repository name (string, required)
1174
1176
1175
1177
-**create_pull_request** - Open new pull request
1176
-
-**Required OAuth Scopes**: `repo`
1178
+
-**Required OAuth Scopes**: `public_repo`
1179
+
-**Accepted OAuth Scopes**: `public_repo`, `repo`
1177
1180
-`base`: Branch to merge into (string, required)
1178
1181
-`body`: PR description (string, optional)
1179
1182
-`draft`: Create as draft PR (boolean, optional)
@@ -1276,7 +1279,8 @@ The following sets of tools are available:
0 commit comments