We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae5145 commit b6e6560Copy full SHA for b6e6560
1 file changed
.github/actions/javascript/validatePRChecklist/validatePRChecklist.ts
@@ -18,7 +18,6 @@ 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