chore: updating pending review workflows

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-12-15 14:39:55 +01:00
parent be98a13b9d
commit 1063afe18f
2 changed files with 1 additions and 5 deletions
@@ -23,7 +23,6 @@ jobs:
- uses: actions/github-script@v5
id: fix-labels
with:
script: |
const isReviewer = ${{steps.get-reviewers.outputs.result}}.some(({login}) => login === context.actor);
const isAuthor = context.payload.pull_request.user.login === context.actor
@@ -16,7 +16,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['awaiting-review']
})
});