Skip to content

Commit 29f6acd

Browse files
committed
Generate docs
1 parent e08006d commit 29f6acd

File tree

3 files changed

+38
-28
lines changed

3 files changed

+38
-28
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ The following sets of tools are available:
868868
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
869869
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
870870
- '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.
871-
(string, required)
871+
(string, required)
872872
- `owner`: Repository owner (string, required)
873873
- `replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
874874
- `repo`: Repository name (string, required)
@@ -1096,8 +1096,8 @@ The following sets of tools are available:
10961096

10971097
- **pull_request_read** - Get details for a single pull request
10981098
- **Required OAuth Scopes**: `repo`
1099-
- `method`: Action to specify what pull request data needs to be retrieved from GitHub.
1100-
Possible options:
1099+
- `method`: Action to specify what pull request data needs to be retrieved from GitHub.
1100+
Possible options:
11011101
1. get - Get details of a specific pull request.
11021102
2. get_diff - Get the diff of a pull request.
11031103
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.

0 commit comments

Comments
 (0)