We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8060c83 commit 8ae5145Copy full SHA for 8ae5145
1 file changed
.github/actions/javascript/validatePRChecklist/validatePRChecklist.ts
@@ -18,6 +18,7 @@ const UNCHECKED_PATTERN = /- \[ \]/g;
18
const CHECKED_PATTERN = /- \[x\]/gi;
19
20
function getAuthorChecklistSection(body: string): string {
21
+ const b = 'b';
22
const startMarker = '### Author Checklist';
23
const endMarker = '### Screenshots/Videos';
24
const startIndex = body.indexOf(startMarker);
0 commit comments