We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600580d commit 7a6578cCopy full SHA for 7a6578c
.github/workflows/pr-body-validation.yml
@@ -56,12 +56,6 @@ jobs:
56
missingItems.push('kind of change description');
57
}
58
59
- // Check for breaking changes
60
- const breakingContent = extractSectionContent(prBody, 'Does this PR introduce a breaking change\\?');
61
- if (!hasMeaningfulContent(breakingContent)) {
62
- missingItems.push('breaking changes information');
63
- }
64
-
65
// Check for unchecked items in checklist
66
const checklistMatch = prBody.match(/# Checklist([\s\S]*?)(?=(?:#|$))/);
67
if (checklistMatch && checklistMatch[1].includes('- [ ]')) {
0 commit comments