Update copy and styling

This commit is contained in:
Claire Song
2025-08-14 17:44:34 +00:00
parent 6e80be31cd
commit 659a1e1bd0
4 changed files with 7 additions and 9 deletions

View File

@@ -120,7 +120,7 @@ test('adds deprecation warning for deny-licenses option', () => {
const text = core.summary.stringify()
expect(text).toContain(
'⚠️ The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.'
'⚠️ <strong>Deprecation Warning</strong>: The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.'
)
})