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
-`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)
180
+
-`is_suggestion`: If true, this issue type change is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the type is applied or recorded as a proposal is determined by the API. (boolean, optional)
181
181
-`issue_number`: The issue number to update (number, required)
182
182
-`issue_type`: The issue type to set (string, required)
183
183
-`owner`: Repository owner (username or organization) (string, required)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/set_issue_fields.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"type": "string"
25
25
},
26
26
"is_suggestion": {
27
-
"description": "If true, propose this field value instead of applying it. Fields not marked as suggestions are applied to the issue; suggested fields are returned as proposals in the response.",
27
+
"description": "If true, this field value is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the value is applied or recorded as a proposal is determined by the API.",
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/update_issue_labels.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
{
24
24
"properties": {
25
25
"is_suggestion": {
26
-
"description": "If true, propose this label instead of applying it. Labels not marked as suggestions are applied to the issue; suggested labels are returned as proposals in the response.",
26
+
"description": "If true, this label is sent to the API as a suggestion (suggest:true) rather than an applied label. Whether the label is applied or recorded as a proposal is determined by the API.",
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/update_issue_type.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"inputSchema": {
9
9
"properties": {
10
10
"is_suggestion": {
11
-
"description": "If true, propose the issue type change instead of applying it. Defaults to false, which applies the change to the issue.",
11
+
"description": "If true, this issue type change is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the type is applied or recorded as a proposal is determined by the API.",
0 commit comments