mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: correct comment style
This commit is contained in:
parent
cea69b6832
commit
4555cf0edb
2
.github/workflows/label-issue.yml
vendored
2
.github/workflows/label-issue.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||||
with:
|
with:
|
||||||
script: |
|
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) {
|
if (context.payload.issue.labels.length === 0) {
|
||||||
github.rest.issues.addLabels({
|
github.rest.issues.addLabels({
|
||||||
issue_number: pullRequest.number,
|
issue_number: pullRequest.number,
|
||||||
|
Loading…
Reference in New Issue
Block a user