(subject: ParsedSubject)
| 306 | } |
| 307 | |
| 308 | function docsCategoryFor(subject: ParsedSubject) { |
| 309 | return isDocsChange(subject) ? "Docs & Examples" : undefined; |
| 310 | } |
| 311 | |
| 312 | function isDocsChange(subject: ParsedSubject) { |
| 313 | const normalizedFields = [subject.type, subject.scope?.toLowerCase()]; |
no test coverage detected