Tone down message about restoring deleted assets and features (#53188)

This commit is contained in:
Kevin Heis 2024-11-19 12:18:29 -08:00 коммит произвёл GitHub
Родитель eef38a554f
Коммит fc9d914b16
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 7 удалений

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

@ -60,11 +60,11 @@ async function main({ owner, repo, baseSHA, headSHA }: MainArgs) {
return ''
}
let markdown = '⚠️ 🙀 **You deleted some assets** 🙀 ⚠️\n\n'
let markdown = '**Please restore deleted assets**\n\n'
markdown +=
"Even if you don't reference these assets anymore, as of this branch, you should not delete them.\n"
"Even if you don't reference these assets anymore, as of this branch, please do not delete them.\n"
markdown += 'They might still be referenced in translated content.\n'
markdown += 'The weekly "Delete orphaned assets" workflow will worry about cleaning those up.\n\n'
markdown += 'The weekly "Delete orphaned assets" workflow will clean those up.\n\n'
markdown += '**To *undo* these removals run this command:**\n\n'
markdown += `
\`\`\`sh

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

@ -78,12 +78,11 @@ async function main(owner: string, repo: string, baseSHA: string, headSHA: strin
return ''
}
let markdown = '⚠️ 🙀 **You deleted some features** 🙀 ⚠️\n\n'
let markdown = '**Please restore deleted features**\n\n'
markdown +=
"Even if you don't reference these features anymore, as of this branch, you should not delete them.\n"
"Even if you don't reference these features anymore, as of this branch, please do not delete them.\n"
markdown += 'They might still be referenced in translated content.\n'
markdown +=
'The weekly "Delete orphaned features" workflow will worry about cleaning those up.\n\n'
markdown += 'The weekly "Delete orphaned features" workflow will clean those up.\n\n'
markdown += '**To *undo* these removals run this command:**\n\n'
markdown += `
\`\`\`sh