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