This commit is contained in:
Dylan T. 2025-05-23 23:28:15 +01:00 committed by GitHub
parent 9606c0e0bb
commit 3636173d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
script: | script: |
function removeLabel(owner, repo, issue_number, name) { async function removeLabel(owner, repo, issue_number, name) {
try { try {
await github.rest.issues.removeLabel({ await github.rest.issues.removeLabel({
owner: owner, owner: owner,