Skip to content

Commit

Permalink
Update on-comment-remove-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored Feb 6, 2024
1 parent 54f25ee commit 293063a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-comment-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
await github.issues.removeLabel({
await github.rest.issues.removeLabel({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.issue.number,
issue_number: context.issue.number,
name: ["waiting for user response"]
});
});

0 comments on commit 293063a

Please sign in to comment.