Skip to content

Commit

Permalink
chore: fix workflow for issues update
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 17, 2025
1 parent f36b64a commit a17751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/github-script@v5
with:
script: |
const { data: issues } = await github.issues.listForRepo({
const { data: issues } = await github.rest.issues.listForRepo({
owner: context.repo.owner,
repo: context.repo.repo,
labels: 'released on @beta',
Expand Down

0 comments on commit a17751f

Please sign in to comment.