Skip to content

Commit

Permalink
Update label-cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 authored Dec 20, 2022
1 parent 79970eb commit 53a2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
for (const label of labels)
try
{
await github.issues.removeLabel({
await github.rest.issues.removeLabel({
name: label,
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 53a2c80

Please sign in to comment.