diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 25179559ee..1fedd16816 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -64252,7 +64252,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -64276,8 +64276,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64320,8 +64327,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64348,8 +64362,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64376,8 +64397,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64410,8 +64438,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 6a8ea5dd7c..fadbc995a1 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -47378,10 +47378,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -47400,8 +47399,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -47426,8 +47430,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -47445,8 +47454,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -47464,8 +47478,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -47487,8 +47506,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: "$ref": "#/components/examples/issue" diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 6e76e12813..856aca0df6 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -64163,7 +64163,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -64187,8 +64187,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64231,8 +64238,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64259,8 +64273,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64287,8 +64308,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64321,8 +64349,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 4a8c60c54d..827e94df47 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -47303,10 +47303,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -47325,8 +47324,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -47351,8 +47355,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -47370,8 +47379,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -47389,8 +47403,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -47412,8 +47431,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: "$ref": "#/components/examples/issue" diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index aa99b73e12..f1bad70f65 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -64540,7 +64540,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -64564,8 +64564,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64608,8 +64615,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64636,8 +64650,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64664,8 +64685,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -64698,8 +64726,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 3b4b1b5a51..f001295382 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -47556,10 +47556,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -47578,8 +47577,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -47604,8 +47608,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -47623,8 +47632,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -47642,8 +47656,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -47665,8 +47684,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: "$ref": "#/components/examples/issue" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d13ae804b9..23dc7cd423 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -503971,7 +503971,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -503995,8 +503995,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -504039,8 +504046,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -504067,8 +504081,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -504095,8 +504116,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -504129,8 +504157,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 921ad32321..edb23622d1 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -92060,10 +92060,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -92082,8 +92081,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -92108,8 +92112,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -92127,8 +92136,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -92146,8 +92160,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -92169,8 +92188,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: *545 '422': *15 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 7395f330f2..9f1cf57f57 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -493812,7 +493812,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -493836,8 +493836,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -493880,8 +493887,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -493908,8 +493922,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -493936,8 +493957,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -493970,8 +493998,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 3aa602695a..b1c11f9fdc 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -91559,10 +91559,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -91581,8 +91580,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -91607,8 +91611,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -91626,8 +91635,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -91645,8 +91659,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -91668,8 +91687,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: *545 '422': *15 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 108a94c7fe..b545b66216 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -514923,7 +514923,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -514947,8 +514947,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -514991,8 +514998,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -515019,8 +515033,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -515047,8 +515068,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -515081,8 +515109,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 2c72f93847..b91c5b1e82 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -92768,10 +92768,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -92790,8 +92789,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -92816,8 +92820,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed labels: type: array items: @@ -92835,8 +92844,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed assignees: type: array items: @@ -92854,8 +92868,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed state: type: array items: @@ -92877,8 +92896,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed examples: default: *545 '422': *15 diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 78ad8132cb..6307fce80d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -573634,7 +573634,7 @@ "properties": { "suggestions": { "type": "object", - "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending suggestions. Items tagged `already_applied`\nare echoes of the current request's inputs whose target is\nalready applied to the issue; they are not persisted as\npending suggestions.\n", + "description": "Pending suggestions for each suggestible field (`type`,\n`issue_field_values`, `labels`, `assignees`, `state`) the\nrequest touched. Omitted for fields not in the request or\nwith no pending or ignored suggestions. Items tagged\n`ignored` are echoes of the current request's inputs that\nwere not persisted as pending suggestions.\n", "properties": { "type": { "type": "array", @@ -573658,8 +573658,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -573702,8 +573709,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -573730,8 +573744,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -573758,8 +573779,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } @@ -573792,8 +573820,15 @@ "high" ] }, - "already_applied": { + "ignored": { "type": "boolean" + }, + "ignored_reason": { + "type": "string", + "enum": [ + "already_applied", + "issue_already_closed" + ] } } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index b273ef3e68..d5c70ed3c0 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -107508,10 +107508,9 @@ paths: Pending suggestions for each suggestible field (`type`, `issue_field_values`, `labels`, `assignees`, `state`) the request touched. Omitted for fields not in the request or - with no pending suggestions. Items tagged `already_applied` - are echoes of the current request's inputs whose target is - already applied to the issue; they are not persisted as - pending suggestions. + with no pending or ignored suggestions. Items tagged + `ignored` are echoes of the current request's inputs that + were not persisted as pending suggestions. properties: type: type: array @@ -107530,8 +107529,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + enum: + - already_applied + - issue_already_closed issue_field_values: type: array items: @@ -107556,8 +107560,13 @@ paths: - low - medium - high - already_applied: + ignored: type: boolean + ignored_reason: + type: string + {"code":"deadline_exceeded","msg":"operation timed out"}