Skip to content

Commit ec11def

Browse files
authored
Generate docs and toolsnaps
1 parent fc57141 commit ec11def

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pkg/github/__toolsnaps__/create_issue.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
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": [

pkg/github/__toolsnaps__/update_issue.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"title": {
5252
"description": "New title",
5353
"type": "string"
54+
},
55+
"type": {
56+
"description": "New issue type",
57+
"type": "string"
5458
}
5559
},
5660
"required": [

0 commit comments

Comments
 (0)