We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b49dd8 commit d908b91Copy full SHA for d908b91
1 file changed
autoReviewPullRequest.js
@@ -87,7 +87,7 @@ function parseFile(file, filename) {
87
messageBody = "The description must describe the prerequisites of a tutorial. It must contain a '### Prerequisites' part.";
88
}
89
90
- if(!description.includes("###S Learning goals")) {
+ if(!description.includes("### Learning goals")) {
91
messageBody = (messageBody == "")
92
? "The description should describe what the user will learn in the tutorial. It must contain a '### Learning goals' part."
93
: messageBody + " The description should describe what the user will learn in the tutorial. It must contain a '## Learning goals' part.";
0 commit comments