File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ The following sets of tools are available (all are on by default):
525525 - ` owner ` : Repository owner (string, required)
526526 - ` repo ` : Repository name (string, required)
527527 - ` title ` : Issue title (string, required)
528+ - ` type ` : Type of this issue (string, optional)
528529
529530- ** get_issue** - Get issue details
530531 - ` issue_number ` : The number of the issue (number, required)
@@ -592,6 +593,7 @@ The following sets of tools are available (all are on by default):
592593 - ` repo ` : Repository name (string, required)
593594 - ` state ` : New state (string, optional)
594595 - ` title ` : New title (string, optional)
596+ - ` type ` : New issue type (string, optional)
595597
596598</details >
597599
Original file line number Diff line number Diff line change 3939 " title" : {
4040 " description" : " Issue title" ,
4141 " type" : " string"
42+ },
43+ " type" : {
44+ " description" : " Type of this issue" ,
45+ " type" : " string"
4246 }
4347 },
4448 " required" : [
Original file line number Diff line number Diff line change 5151 " title" : {
5252 " description" : " New title" ,
5353 " type" : " string"
54+ },
55+ " type" : {
56+ " description" : " New issue type" ,
57+ " type" : " string"
5458 }
5559 },
5660 " required" : [
You can’t perform that action at this time.
0 commit comments