Skip to content

Commit 00827d1

Browse files
committed
generate docs
1 parent 035f690 commit 00827d1

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
@@ -866,7 +866,7 @@ The following sets of tools are available:
866866
- 'add' - add a sub-issue to a parent issue in a GitHub repository.
867867
- 'remove' - remove a sub-issue from a parent issue in a GitHub repository.
868868
- '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)
870870
- `owner`: Repository owner (string, required)
871871
- `replace_parent`: When true, replaces the sub-issue's current parent issue. Use with 'add' method only. (boolean, optional)
872872
- `repo`: Repository name (string, required)
@@ -1094,8 +1094,8 @@ The following sets of tools are available:
10941094

10951095
- **pull_request_read** - Get details for a single pull request
10961096
- **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:
10991099
1. get - Get details of a specific pull request.
11001100
2. get_diff - Get the diff of a pull request.
11011101
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)