Skip to content

Commit 2c1c9c0

Browse files
Update .github/actions/file/src/openIssueForFinding.ts
Co-authored-by: Copilot <[email protected]>
1 parent c7ee7d9 commit 2c1c9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/file/src/openIssueForFinding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function openIssueForFinding(octokit: Octokit, repoWithOwner: strin
1717
});
1818
} else {
1919

20-
const labels = [`${finding.scannerType} rule: ${finding.id}`, `${finding.scannerType}-scanning-issue`]
20+
const labels = [`${finding.scannerType} rule: ${finding.id}`, `${finding.scannerType}-scanning-issue`];
2121

2222
// Otherwise, create a new issue
2323
const title = `Accessibility issue: ${finding.problemShort[0].toUpperCase() + finding.problemShort.slice(1)} on ${new URL(finding.url).pathname}`;

0 commit comments

Comments
 (0)