Skip to content

Commit c470c05

Browse files
authored
fix error
1 parent e47ce26 commit c470c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/label-on-approval.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
1919
with:
2020
script: |
21-
const context = github.context;
2221
const approved = context.payload.review.state === 'approved';
2322
const owner = context.repo.owner;
2423
const repo = context.repo.repo;

0 commit comments

Comments
 (0)