1
0
mirror of synced 2025-12-19 18:10:59 -05:00

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
committed by GitHub
parent eef38a554f
commit fc9d914b16
2 changed files with 6 additions and 7 deletions

View File

@@ -60,11 +60,11 @@ async function main({ owner, repo, baseSHA, headSHA }: MainArgs) {
return '' return ''
} }
let markdown = '⚠️ 🙀 **You deleted some assets** 🙀 ⚠️\n\n' let markdown = '**Please restore deleted assets**\n\n'
markdown += 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 += '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 += '**To *undo* these removals run this command:**\n\n'
markdown += ` markdown += `
\`\`\`sh \`\`\`sh

View File

@@ -78,12 +78,11 @@ async function main(owner: string, repo: string, baseSHA: string, headSHA: strin
return '' return ''
} }
let markdown = '⚠️ 🙀 **You deleted some features** 🙀 ⚠️\n\n' let markdown = '**Please restore deleted features**\n\n'
markdown += 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 += 'They might still be referenced in translated content.\n'
markdown += markdown += 'The weekly "Delete orphaned features" workflow will clean those up.\n\n'
'The weekly "Delete orphaned features" workflow will worry about cleaning those up.\n\n'
markdown += '**To *undo* these removals run this command:**\n\n' markdown += '**To *undo* these removals run this command:**\n\n'
markdown += ` markdown += `
\`\`\`sh \`\`\`sh