From 4555cf0edb44b1a1ec14541eb57f02fbd899591d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 10 Sep 2024 23:00:51 +0100 Subject: [PATCH] chore: correct comment style --- .github/workflows/label-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index e5ffb2b1d9..a10d138f38 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | - # add 'pending triage' label if issue is created with no labels + // add 'pending triage' label if issue is created with no labels if (context.payload.issue.labels.length === 0) { github.rest.issues.addLabels({ issue_number: pullRequest.number,