chore: updating pending review workflows
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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']
|
||||
})
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user