Co-authored-by: rachmari <9831992+rachmari@users.noreply.github.com>
This commit is contained in:
docs-bot 2024-11-13 11:36:11 -05:00 коммит произвёл GitHub
Родитель 1e0a973ef1
Коммит 918a00e5bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 2669 добавлений и 226 удалений

Просмотреть файл

@ -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",