Skip to content

Commit d63407c

Browse files
authored
docs: regenerate after issue_fields schema update
1 parent 89d1847 commit d63407c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ The following sets of tools are available:
855855
- `assignees`: Usernames to assign to this issue (string[], optional)
856856
- `body`: Issue body content (string, optional)
857857
- `duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
858-
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and either 'value' or 'field_option_name'. Use 'field_option_name' for single-select fields to validate the option exists. (object[], optional)
858+
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and exactly one of 'value' or 'field_option_name'. (object[], optional)
859859
- `issue_number`: Issue number to update (number, optional)
860860
- `labels`: Labels to apply to this issue (string[], optional)
861861
- `method`: Write operation to perform on a single issue.

docs/feature-flags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runtime behavior (such as output formatting) won't appear here.
5656
- `assignees`: Usernames to assign to this issue (string[], optional)
5757
- `body`: Issue body content (string, optional)
5858
- `duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
59-
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and either 'value' or 'field_option_name'. Use 'field_option_name' for single-select fields to validate the option exists. (object[], optional)
59+
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and exactly one of 'value' or 'field_option_name'. (object[], optional)
6060
- `issue_number`: Issue number to update (number, optional)
6161
- `labels`: Labels to apply to this issue (string[], optional)
6262
- `method`: Write operation to perform on a single issue.
@@ -178,6 +178,7 @@ runtime behavior (such as output formatting) won't appear here.
178178

179179
- **update_issue_type** - Update Issue Type
180180
- **Required OAuth Scopes**: `repo`
181+
- `is_suggestion`: If true, propose the issue type change instead of applying it. Defaults to false, which applies the change to the issue. (boolean, optional)
181182
- `issue_number`: The issue number to update (number, required)
182183
- `issue_type`: The issue type to set (string, required)
183184
- `owner`: Repository owner (username or organization) (string, required)

docs/insiders-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
5050
- `assignees`: Usernames to assign to this issue (string[], optional)
5151
- `body`: Issue body content (string, optional)
5252
- `duplicate_of`: Issue number that this issue is a duplicate of. Only used when state_reason is 'duplicate'. (number, optional)
53-
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and either 'value' or 'field_option_name'. Use 'field_option_name' for single-select fields to validate the option exists. (object[], optional)
53+
- `issue_fields`: Issue field values to set. Each item requires 'field_name' and exactly one of 'value' or 'field_option_name'. (object[], optional)
5454
- `issue_number`: Issue number to update (number, optional)
5555
- `labels`: Labels to apply to this issue (string[], optional)
5656
- `method`: Write operation to perform on a single issue.

0 commit comments

Comments
 (0)