Skip to content

Commit e47ce26

Browse files
authored
fix ci
1 parent 4460319 commit e47ce26

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 github = require('@actions/github');
2221
const context = github.context;
2322
const approved = context.payload.review.state === 'approved';
2423
const owner = context.repo.owner;

0 commit comments

Comments
 (0)