Skip to content

Commit b54aaa6

Browse files
committed
pr check correction
1 parent 7a71053 commit b54aaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
}
4747
];
4848
49-
const missing = requiredSections.filter(section => !body.includes(section));
49+
const missing = requiredSections.filter(section => !body.includes(section.header));
5050
5151
if (missing.length > 0) {
5252
const message = [

0 commit comments

Comments
 (0)