Skip to content

Commit 2d186da

Browse files
committed
update docs
1 parent b8dc0d5 commit 2d186da

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -802,17 +802,6 @@ The following sets of tools are available:
802802
- `owner`: Repository owner (string, required)
803803
- `repo`: Repository name (string, required)
804804

805-
- **create_issue_ui** - Create issue form
806-
- **Required OAuth Scopes**: `repo`
807-
- `assignees`: Pre-select assignees by username. Use list_assignees to get valid usernames for the repository. (string[], optional)
808-
- `body`: Pre-fill the issue body content (supports GitHub Flavored Markdown) (string, optional)
809-
- `labels`: Pre-select labels by name. Use list_label to get valid label names for the repository. (string[], optional)
810-
- `milestone`: Pre-select milestone by number. Use list_milestones to get valid milestone numbers for the repository. (number, optional)
811-
- `owner`: Repository owner (user or organization) (string, required)
812-
- `repo`: Repository name (string, required)
813-
- `title`: Pre-fill the issue title (string, optional)
814-
- `type`: Pre-select issue type by name. Use list_issue_types to get valid types for the organization. (string, optional)
815-
816805
- **get_label** - Get a specific label from a repository.
817806
- **Required OAuth Scopes**: `repo`
818807
- `name`: Label name. (string, required)
@@ -1057,14 +1046,14 @@ The following sets of tools are available:
10571046

10581047
- **create_pull_request** - Open new pull request
10591048
- **Required OAuth Scopes**: `repo`
1060-
- `base`: Branch to merge into (string, required)
1049+
- `base`: Branch to merge into (string, optional)
10611050
- `body`: PR description (string, optional)
10621051
- `draft`: Create as draft PR (boolean, optional)
1063-
- `head`: Branch containing changes (string, required)
1052+
- `head`: Branch containing changes (string, optional)
10641053
- `maintainer_can_modify`: Allow maintainer edits (boolean, optional)
10651054
- `owner`: Repository owner (string, required)
10661055
- `repo`: Repository name (string, required)
1067-
- `title`: PR title (string, required)
1056+
- `title`: PR title (string, optional)
10681057

10691058
- **list_pull_requests** - List pull requests
10701059
- **Required OAuth Scopes**: `repo`

0 commit comments

Comments
 (0)