Claire153/fix spamming mentioned issue (#974)

* Keep the issue number and remove the url to avoid linking every PR running the action to that issue
This commit is contained in:
Claire Song
2025-08-26 12:46:02 -07:00
committed by GitHub
parent d38d1a4f40
commit fc5fd661aa
4 changed files with 3 additions and 33 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export function addSummaryToSummary(
function addDenyListsDeprecationWarningToSummary(): void {
core.summary.addRaw(
`${icons.warning} <strong>Deprecation Warning</strong>: The <em>deny-licenses</em> option is deprecated for possible removal in the next major release. See [Deprecate the deny-licenses option #938](https://github.com/actions/dependency-review-action/issues/938) for more information.`,
`${icons.warning} <strong>Deprecation Warning</strong>: The <em>deny-licenses</em> option is deprecated for possible removal in the next major release. For more information, see actions/dependency-review-action/issues/938.`,
true
)
}