bump source publication nag to warn until additional files can be checked.

This commit is contained in:
coolbot100s 2025-07-29 14:26:48 -07:00
parent b5f44ac5cd
commit 2806d20e17

View File

@ -115,7 +115,7 @@ export const linksNags: Nag[] = [
)
}
},
status: 'required',
status: 'warning',
shouldShow: (context: NagContext) => {
const licenseUrl = context.project.license.url
if (!licenseUrl) return false