Skip to content

Commit 7a6578c

Browse files
authored
Update pr-body-validation.yml
Remove breaking changes check.
1 parent 600580d commit 7a6578c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/pr-body-validation.yml

-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
missingItems.push('kind of change description');
5757
}
5858
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-
6559
// Check for unchecked items in checklist
6660
const checklistMatch = prBody.match(/# Checklist([\s\S]*?)(?=(?:#|$))/);
6761
if (checklistMatch && checklistMatch[1].includes('- [ ]')) {

0 commit comments

Comments
 (0)