Merge branch 'main' into deny-list-version

This commit is contained in:
Brandon Teng
2024-04-24 18:16:35 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export function addSummaryToSummary(
: []),
...(deniedChanges.length > 0
? [
`${checkOrWarnIcon(deniedChanges.length)} ${
`${checkOrFailIcon(deniedChanges.length)} ${
deniedChanges.length
} package(s) denied.`
]