зеркало из https://github.com/github/docs.git
GraphQL schema update (#53089)
Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com>
This commit is contained in:
Родитель
1e0a973ef1
Коммит
918a00e5bc
|
@ -526,3 +526,21 @@ upcoming_changes:
|
|||
date: '2024-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: deborah-digges
|
||||
- location: Workflow.hasWorkflowDispatchTrigger
|
||||
description:
|
||||
'`hasWorkflowDispatchTrigger` will be removed. Use `has_workflow_dispatch_trigger_for_branch(branch_ref)`
|
||||
instead.'
|
||||
reason:
|
||||
"`has_workflow_dispatch_trigger` is being removed because it can be misleading
|
||||
and only checks a repository's default branch"
|
||||
date: '2024-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: stevepopovich
|
||||
- location: AddMobileDevicePublicKeyPayload.expiresAt
|
||||
description:
|
||||
'`expiresAt` will be removed. Do not rely on this field, it is currently
|
||||
set to a date far in the future if a device key is expirationless'
|
||||
reason: We are deprecating expirations for mobile device keys used in mobile 2FA
|
||||
date: '2025-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: chriskirkland
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,4 +1,24 @@
|
|||
{
|
||||
"2025-01-01": [
|
||||
{
|
||||
"location": "AddMobileDevicePublicKeyPayload.expiresAt",
|
||||
"description": "<p><code>expiresAt</code> will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless</p>",
|
||||
"reason": "<p>We are deprecating expirations for mobile device keys used in mobile 2FA</p>",
|
||||
"date": "2025-01-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "chriskirkland"
|
||||
}
|
||||
],
|
||||
"2024-10-01": [
|
||||
{
|
||||
"location": "Workflow.hasWorkflowDispatchTrigger",
|
||||
"description": "<p><code>hasWorkflowDispatchTrigger</code> will be removed. Use <code>has_workflow_dispatch_trigger_for_branch(branch_ref)</code> instead.</p>",
|
||||
"reason": "<p><code>has_workflow_dispatch_trigger</code> is being removed because it can be misleading and only checks a repository's default branch</p>",
|
||||
"date": "2024-10-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "stevepopovich"
|
||||
}
|
||||
],
|
||||
"2024-07-01": [
|
||||
{
|
||||
"location": "TeamDiscussionComment.url",
|
||||
|
|
Загрузка…
Ссылка в новой задаче