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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -875,7 +875,7 @@ The following sets of tools are available:
875
875
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
876
876
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
877
877
- 'reprioritize' - change the order of sub-issues within a parent issue in a GitHub repository. Use either 'after_id' or 'before_id' to specify the new position.
878
-
(string, required)
878
+
(string, required)
879
879
-`owner`: Repository owner (string, required)
880
880
-`replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
881
881
-`repo`: Repository name (string, required)
@@ -1103,8 +1103,8 @@ The following sets of tools are available:
1103
1103
1104
1104
-**pull_request_read** - Get details for a single pull request
1105
1105
-**Required OAuth Scopes**: `repo`
1106
-
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1107
-
Possible options:
1106
+
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1107
+
Possible options:
1108
1108
1. get - Get details of a specific pull request.
1109
1109
2. get_diff - Get the diff of a pull request.
1110
1110
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
0 commit comments