You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
720
721
-`owner`: The owner of the repository. (string, required)
721
-
-`page`: Page number for pagination (min 1) (number, optional)
722
722
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
723
723
-`repo`: The name of the repository. (string, required)
724
724
-`severity`: Filter dependabot alerts by severity (string, optional)
@@ -755,7 +755,7 @@ The following sets of tools are available:
755
755
756
756
-**get_discussion_comments** - Get discussion comments
757
757
-**Required OAuth Scopes**: `repo`
758
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
758
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
759
759
-`discussionNumber`: Discussion Number (number, required)
760
760
-`includeReplies`: When true, each top-level comment will include its replies nested within it (up to 100 replies per comment, which is the GitHub API maximum). Defaults to false. (boolean, optional)
761
761
-`owner`: Repository owner (string, required)
@@ -769,7 +769,7 @@ The following sets of tools are available:
769
769
770
770
-**list_discussions** - List discussions
771
771
-**Required OAuth Scopes**: `repo`
772
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
772
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
773
773
-`category`: Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
774
774
-`direction`: Order direction. (string, optional)
775
775
-`orderBy`: Order discussions by field. If provided, the 'direction' also needs to be provided. (string, optional)
@@ -881,7 +881,7 @@ The following sets of tools are available:
881
881
882
882
-**list_issues** - List issues
883
883
-**Required OAuth Scopes**: `repo`
884
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
884
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
885
885
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
886
886
-`labels`: Filter by labels (string[], optional)
887
887
-`orderBy`: Order issues by field. If provided, the 'direction' also needs to be provided. (string, optional)
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
105
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
106
106
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
107
107
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
Copy file name to clipboardExpand all lines: docs/insiders-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
96
96
97
97
-**list_issues** - List issues
98
98
-**Required OAuth Scopes**: `repo`
99
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
99
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
100
100
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
101
101
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
0 commit comments