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
@@ -866,7 +866,7 @@ The following sets of tools are available:
866
866
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
867
867
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
868
868
- '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.
869
-
(string, required)
869
+
(string, required)
870
870
-`owner`: Repository owner (string, required)
871
871
-`replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
872
872
-`repo`: Repository name (string, required)
@@ -1094,8 +1094,8 @@ The following sets of tools are available:
1094
1094
1095
1095
-**pull_request_read** - Get details for a single pull request
1096
1096
-**Required OAuth Scopes**: `repo`
1097
-
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1098
-
Possible options:
1097
+
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
1098
+
Possible options:
1099
1099
1. get - Get details of a specific pull request.
1100
1100
2. get_diff - Get the diff of a pull request.
1101
1101
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
0 commit comments