Skip to content

Commit 30e9739

Browse files
committed
update method
1 parent e3c2ab5 commit 30e9739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/github-script@v6
2020
with:
2121
script: |
22-
github.issues.addLabels({
22+
github.rest.issues.addLabels({
2323
owner: context.repo.owner,
2424
repo: context.repo.repo,
2525
issue_number: context.issue.number,

0 commit comments

Comments
 (0)