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

Make expired content linter rule (GHD038) a warning, not an error (#56247)

This commit is contained in:
Kevin Heis
2025-06-23 15:50:50 -07:00
committed by GitHub
parent ae0676e1db
commit 2cb450d342
3 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ const githubDocsConfig = {
},
'expired-content': {
// GHD038
severity: 'error',
severity: 'warning',
'partial-markdown-files': true,
},
'expiring-soon': {