We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81f279 commit 2db5e26Copy full SHA for 2db5e26
README.md
@@ -538,6 +538,9 @@ The following sets of tools are available (all are on by default):
538
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
539
- `repo`: Repository name (string, required)
540
541
+- **list_issue_types** - List available issue types
542
+ - `owner`: The organization owner of the repository (string, required)
543
+
544
- **list_issues** - List issues
545
- `after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
546
- `direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
0 commit comments