.github: fix issues-opened.yml workflow

This commit fixes a bug with the first script, as the object passed to
the REST API is not closed properly.
pull/12534/merge
Lucas Bajolet 3 years ago committed by Wilken Rivera
parent 74b5c2aa56
commit 55decee242

@ -43,6 +43,8 @@ jobs:
If no activity is taken on this question within 30 days it will be automatically closed.
If you find the forum to be more helpful or if you've found the answer to your question elsewhere please feel free to post a response and close the issue.`
})
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
script: |
@ -51,5 +53,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['needs-reply']
})
})

Loading…
Cancel
Save