Skip to content

Commit b504143

Browse files
committed
Generate docs
1 parent 4128cb6 commit b504143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ The following sets of tools are available:
875875
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
876876
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
877877
- '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)
879879
- `owner`: Repository owner (string, required)
880880
- `replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
881881
- `repo`: Repository name (string, required)
@@ -1103,8 +1103,8 @@ The following sets of tools are available:
11031103

11041104
- **pull_request_read** - Get details for a single pull request
11051105
- **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:
11081108
1. get - Get details of a specific pull request.
11091109
2. get_diff - Get the diff of a pull request.
11101110
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)