We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a71053 commit b54aaa6Copy full SHA for b54aaa6
.github/workflows/pr-verification.yml
@@ -46,7 +46,7 @@ jobs:
46
}
47
];
48
49
- const missing = requiredSections.filter(section => !body.includes(section));
+ const missing = requiredSections.filter(section => !body.includes(section.header));
50
51
if (missing.length > 0) {
52
const message = [
0 commit comments