We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4460319 commit e47ce26Copy full SHA for e47ce26
.github/workflows/label-on-approval.yml
@@ -18,7 +18,6 @@ jobs:
18
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
19
with:
20
script: |
21
- const github = require('@actions/github');
22
const context = github.context;
23
const approved = context.payload.review.state === 'approved';
24
const owner = context.repo.owner;
0 commit comments