chore: correct comment style

This commit is contained in:
Daniel Roe 2024-09-10 23:00:51 +01:00
parent cea69b6832
commit 4555cf0edb
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 1 deletions

View File

@ -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,