Make expired content linter rule (GHD038) a warning, not an error (#56247)
This commit is contained in:
@@ -137,7 +137,7 @@ const githubDocsConfig = {
|
||||
},
|
||||
'expired-content': {
|
||||
// GHD038
|
||||
severity: 'error',
|
||||
severity: 'warning',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'expiring-soon': {
|
||||
|
||||
Reference in New Issue
Block a user