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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -848,6 +848,11 @@ The following sets of tools are available:
848
848
-`title`: Issue title (string, optional)
849
849
-`type`: Type of this issue. Only use if the repository has issue types configured. Use list_issue_types tool to get valid type values for the organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
850
850
851
+
-**list_assignees** - List assignable users
852
+
-**Required OAuth Scopes**: `repo`
853
+
-`owner`: Repository owner (string, required)
854
+
-`repo`: Repository name (string, required)
855
+
851
856
-**list_issue_types** - List available issue types
0 commit comments